``` Usage: cat file.csv | ./format-csv [-hc] Description: Prepare data for import. Configure your column mappings and data normalization then pipe your input (CSV file with column header) on stdin. See docs/format-csv-config.md for more info. Options: -h Print this help information. -c Path to config file. Default is format-csv-config.js. ```