Tested tool guide
Tested browser tools
Checked August 16, 2026
What CSV Column Reorder & Picker does, with a checked example
Use CSV Column Reorder & Picker when the records are correct but their field layout is not. Load a CSV, select the columns to retain, put them in the required order, and assign new header names where needed. The resulting layout can then be downloaded as a new CSV. Renaming a column changes its header, not the values beneath it. Removing a column also removes every value in that field from the downloaded result.
Worked example
A concrete input and expected output from the current implementation.
Input
CSV:
name,city,age
Ada,London,36
Linus,Helsinki,55
Select columns in this order: age, name
Rename name to person
->
Expected output
age,person
36,Ada
55,Linus
The city column is omitted, age is moved to the first position, and the name header becomes person. Values remain attached to their original columns, and the two data rows keep their original order.