YS-L / csvlens

Command line csv viewer
MIT License
2.47k stars 41 forks source link

omit junk at top #61

Open ggrothendieck opened 7 months ago

ggrothendieck commented 7 months ago

csv files saved from Excel sheets often have junk at the top. Would be nice to be able to specify `--skip n or --skip-pattern regex where pattern matches header or maybe even --skip-auto where it would look for the first few lines with the same number of commas and assume the first of those is the header.