Forrest logo
back to context overview

in2csv

List of commands for in2csv:

  • in2csv:tldr:0395a in2csv: Convert an XLS file to CSV.
    $ in2csv ${data-xls}
    try on your machine
    explain this command
  • in2csv:tldr:a04a5 in2csv: Pipe a JSON file to in2csv.
    $ cat ${data-json} | in2csv -f json > ${data-csv}
    try on your machine
    explain this command
  • in2csv:tldr:a907d in2csv: Convert a DBF file to a CSV file.
    $ in2csv ${data-dbf} > ${data-csv}
    try on your machine
    explain this command
  • in2csv:tldr:f121d in2csv: Convert a specific sheet from an XLSX file to CSV.
    $ in2csv --sheet=${sheet_name} ${data-xlsx}
    try on your machine
    explain this command
back to context overview