Command-line tools for converting and working with CSV files
Suite of command-line tools for converting to and working with CSV
in2csvcsvcutcsvgrepcsvlookcsvstatcsvjoincsvstackcsvformat$ in2csv data.xlsx > data.csv$ csvcut -c name,email data.csv$ csvgrep -c status -m 'active' data.csv