wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Feature to disable auto generating header rows a,b,c,d ... when using in2csv #1119

Closed shipsywor closed 3 years ago

shipsywor commented 3 years ago

I have a usecase where I do not want header rows generated at all when using in2csv.

Right now, there is no command to disable generating header rows it seems.

If there is a way to disable header rows, please let know.

jpmckinney commented 3 years ago

See solution here using *nix commands: https://github.com/wireservice/csvkit/issues/967#issuecomment-418463954