csv-to-jsonl

2.0.0 • Public • Published

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)

/csv-to-jsonl/

    Package Sidebar

    Install

    npm i csv-to-jsonl

    Weekly Downloads

    4

    Version

    2.0.0

    License

    ISC

    Last publish

    Collaborators

    • ahmednuaman