OHDSI/WhiteRabbit

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

Offen

#337 geöffnet am 09.06.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (102 Forks)auto 404
Good First IssueWhiteRabbitenhancement

Repository-Metriken

Stars
 (222 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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