Good First IssueWhiteRabbitenhancement
Repository metrics
- Stars
- (222 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, when scanning csv files, the 'N rows' value is always -1 as WhiteRabbit cannot count the number of rows like it does for SQL sources.
To populate the 'N rows', we have to do a line count in the csv file, similar how this can be done with bash command wc -l <filename>.