csvformat Command Examples

Convert a CSV file to a custom output format. Included in csvkit. More information: https://csvkit.readthedocs.io/en/latest/scripts/csvformat.html.

csvformat -T {{data.csv}}

csvformat -D "{{custom_character}}" {{data.csv}}

csvformat -M "{{\r\n}}" {{data.csv}}

csvformat -U 0 {{data.csv}}

csvformat -U 1 {{data.csv}}