Awee

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

ComponentDescription
csv:chunkSplits a large CSV file into smaller chunk files of a fixed row count
csv:mergeMerges columns from a secondary CSV file into a primary CSV file
csv:shrinkRemoves specified columns from a CSV file to reduce its width
csv:unchunkCombines multiple CSV chunk files back into a single output file

How is this guide?

On this page