YS-L / csvlens

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

Support CSV without header row #60

Closed svenvanhal closed 6 months ago

svenvanhal commented 7 months ago

Sometimes, I'm dealing with CSV files that don't have headings. csvlens now always takes the first row as header row. I'd like modify this behavior with a command line flag, something like --no-header to treat all rows as data.

(awesome tool btw!)

YS-L commented 6 months ago

Added --no-headers option in the main branch. Thanks for the suggestion!