eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

Error [tsv-filter]: Not enough fields in line. File: c.tsv, Line: 1425063 #355

Open alchemizt opened 2 years ago

alchemizt commented 2 years ago

When trying to use the --count option, or trying to output to a new tsv file, I get this error message: Error [tsv-filter]: Not enough fields in line. File: c.tsv, Line: 1425063

EDIT: My mistake, the issue was just that there were blank lines at the end of the tsv file

alchemizt commented 2 years ago

Ah sorry, the issue was just that there were some blank lines at the end of the tsv file.