Data Conversion ยท JavaScript

Node: Convert CSV to JSONL

Read a delimited file and output JSONL records with selected columns and basic type coercion.

Use case

This snippet is intended for developers who need a small, focused pattern they can reuse or adapt quickly. The full implementation stays on GitHub Gist, while this page provides the searchable summary, tags, and context.

csvjsonltype-coercion

Related

More snippets in Data Conversion.