Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 367 Bytes

format-csv.md

File metadata and controls

17 lines (10 loc) · 367 Bytes

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.