CSV
Parse, transform, and merge CSV files.
A suite of components for working with CSV data: split large files into chunks, merge chunks back together, shrink columns, fix malformed rows, and reassemble processed chunks into a final output file.
Components
| Component | Description |
|---|---|
csv:chunk | Splits a large CSV file into smaller chunk files of a fixed row count |
csv:merge | Merges columns from a secondary CSV file into a primary CSV file |
csv:shrink | Removes specified columns from a CSV file to reduce its width |
csv:unchunk | Combines multiple CSV chunk files back into a single output file |
How is this guide?