Skip to main content

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 MB. Its name and contents are never sent outside your browser.

Drag and drop a CSV file here

1 CSV file, up to 50 MB

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

3 columns · 1 row
Input example
IDProductAmount
001Apple1200

Output example

2 columns · 1 row
Output example
ProductAmount
Apple1200
The left table shows the input, and the right table shows the output.

Equivalent to SELECT. Columns are exported in the order you choose.