-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

in2csv


> Converts various tabular data formats into CSV.

> Included in csvkit.

More information.


Convert an XLS file to CSV:

in2csv {data.xls}

Convert a DBF file to a CSV file:

in2csv {data.dbf} > {data.csv}

Convert a specific sheet from an XLSX file to CSV:

in2csv --sheet={sheet_name} {data.xlsx}

Pipe a JSON file to in2csv:

cat {data.json} | in2csv -f json > {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 Tue May 21 00:59:16 2024