Comma Separated Values (CSV)

Comma Separated Values (CSV)

Comma Separated Values, usually referred to as CSV files, are fully supported in Funnel by using the --csv() command.

--csv() with all defaults will assume no header on the file, (“) double quotes can surround column values, and a (,) comma will separate each field. Of course, all these settings can be modified. See these examples for details on this command… --csv(-h -q'"' -s',')

How to use funnel to sort a CSV file with a header line.
How to use funnel to sort a CSV file with alternate quotes.
How to use funnel to sort a CSV file with alternate field separators.