2.0.0 • Published 8 years ago
csv-to-jsonl v2.0.0
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|--extensionspecifies what extension the output file ought to have-s|--sanitise|--sanitizespecifies whether or not to convert the column names tosnake_case(eg for Athena)