💾 Archived View for freeshell.de › tldr › in2csv.gmi captured on 2023-04-20 at 00:07:58. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Converts various tabular data formats into CSV.
Included in csvkit.
in2csv {data.xls}
in2csv {data.dbf} > {data.csv}
in2csv --sheet={sheet_name} {data.xlsx}
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).