OHDSI/WhiteRabbit

Populate 'N rows' for csv files with number of lines

Open

#337 opened on Jun 9, 2022

 (0 comments) (0 reactions) (0 assignees)Java (102 forks)auto 404
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>.

Contributor guide