ahmednuaman / csv-to-jsonl

A simple node CLI to convert CSV to JSONL (for services like Athena)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-to-jsonl

A simple node CLI to convert CSV to JSONL (for services like Athena)

Usage

csv-to-jsonl -e extension -s sanitise [...csv-files.csv]
  • -e|--extension specifies what extension the output file ought to have
  • -s|--sanitise|--sanitize specifies whether or not to convert the column names to snake_case (eg for Athena)

About

A simple node CLI to convert CSV to JSONL (for services like Athena)

License:MIT License


Languages

Language:JavaScript 100.0%