CSV COLUMNS · SELECT
Select and Save Only the CSV Columns You Need
Choose the columns to keep and arrange them in the order you want to create a cleaner CSV. Your file is processed only in your browser.
CSV processing stays in your browser
Your files are not uploaded to a server.
File selection
Choose 1 CSV file up to 50 MiB. Its name and contents are never sent outside your browser.
Drag and drop a CSV file here
1 CSV file, up to 50 MiB
How it works
Keep only the columns you need to share
How it works
Keep only the columns you need to share
Select Product and Amount to remove unneeded columns such as ID and Owner.
Input example
| ID | Product | Amount |
|---|---|---|
| 001 | Apple | 1200 |
Output example
| Product | Amount |
|---|---|
| Apple | 1200 |
Equivalent to SELECT. Columns are exported in the order you choose.