Add Column
Add a new column with a default value to your CSV
CSV Input
Try a sample:
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
Options
CSV Output
Output will appear here...
More Options
CSV Format
Input
How to Use This Tool
This tool adds a new column to your CSV. Give it a name and a default value, and every row gets that value in the new column. The column is appended at the end.
- Provide your CSV — Paste CSV text into the input area, drop a CSV file onto the File tab, or enter a URL on the URL tab.
- Set the column name — Type a header name for the new column.
- Set the default value — Type the value every row should have (leave empty for blank cells).
- Get your output — Copy the result to your clipboard or save it as a .csv file.
FAQ
3 questionsDoes this tool upload my data?
No. It runs entirely in your browser using JavaScript. Your CSV data is never sent to a server.
Where does the new column appear?
The new column is always added as the last column in the output.
What if I leave the default value empty?
Every row will have an empty cell in the new column. You can fill in values later in a spreadsheet.