Data Processing
CSV Column Reorderer
Reorder, remove, and rearrange CSV columns with customizable column positions
text· Text result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/csv-column-reorder' \
-H 'Content-Type: application/json' \
-d '{"csvInput":"Enter your CSV data...","delimiter":",","columnOrder":"Enter column names separated by commas (e.g., \"Name,Age,City\")","outputDelimiter":",","includeHeader":true,"removeUnlisted":false}'