-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

csvformat


> Convert a CSV file to a custom output format.

> Included in csvkit.

More information.


Convert to a tab-delimited file (TSV):

csvformat -T {data.csv}

Convert delimiters to a custom character:

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

Convert line endings to carriage return (^M) + line feed:

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

Minimize use of quote characters:

csvformat -U 0 {data.csv}

Maximize use of quote characters:

csvformat -U 1 {data.csv}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:20:12 2024