How to use this developer tool
- Paste the CSV input or load a local file.
- Choose the options that match the source format.
- Select Map Columns or press Ctrl/Cmd + Enter.
- Review the summary and export the output you need.
Rename, reorder, drop, and duplicate CSV columns with a compact mapping specification. Generate a transformed CSV and a mapping report in the browser. Applies an ordered output-name to source-name mapping and serializes the selected columns as valid CSV. Everything runs in the current browser tab, so you can examine the result before copying it into a script, test fixture, migration, or data pipeline.
This page applies an ordered output-name to source-name mapping and serializes the selected columns as valid CSV. The main output is ready to copy, while the structured exports retain the diagnostic fields used in the summary.
This mapper handles column selection and renaming, not calculated fields or row-level transformations.
id,first_name,last_name,email 1,Ada,Lovelace,ada@example.com 2,Lin,Chen,lin@example.com --- MAP --- user_id=id email=email first=first_name last=last_name
Running the sample produces a tool-specific report in the output panel, with counts that correspond to the parsed records or nodes.
Each mapping line uses output_header=source_header. Source names must match exactly; repeating a source duplicates it and omitted sources are dropped. Processing time is measured in the browser and the original input is left unchanged.
This mapper handles column selection and renaming, not calculated fields or row-level transformations.
Paste delimited text with a header where the operation requires one. Files are processed locally in the browser.
No. The core processing runs in this page and does not send the pasted content to an API.
The tool stops and shows an error instead of silently returning a partial result.
Yes. Copy the main output or download it, and use CSV or JSON export when the structured report is available.
This mapper handles column selection and renaming, not calculated fields or row-level transformations.
| Area | Included result |
|---|---|
| Main output | Copy-ready CSV or text |
| Summary | Counts and processing note |
| Exports | CSV and JSON when rows are available |
Browse parsers, converters, validators, and format inspection utilities.