Key Facts
- Category
- Data Processing
- Input Types
- textarea, select, checkbox
- Output Type
- text
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The Column Reorder tool allows you to quickly rearrange the structure of your CSV or table data by shifting column positions without altering the underlying row content.
When to Use
- •Standardizing datasets from different sources that have mismatched column orders.
- •Preparing data for specific software imports that require a strict column sequence.
- •Cleaning up messy CSV files by grouping related data points together for better readability.
How It Works
- •Paste your CSV or table data into the input area.
- •Select your preferred ordering mode, such as alphabetical sorting or a custom sequence.
- •Define your custom column order using names or index numbers if needed.
- •Choose your desired output format, such as CSV, JSON, or Markdown, and generate the result.
Use Cases
Examples
1. Standardizing CSV for Import
Data Analyst- Background
- Received a CSV file where the 'Email' column was at the end, but the CRM import tool requires it to be the second column.
- Problem
- Manually moving columns in a large CSV file is prone to errors.
- How to Use
- Paste the CSV data, select 'Custom Order', and input the new sequence of headers.
- Example Config
-
orderMode: custom, newOrder: Name,Email,Phone,Address - Outcome
- A perfectly structured CSV file ready for immediate CRM import.
2. Creating Documentation Tables
Technical Writer- Background
- Needs to convert a raw data dump into a clean Markdown table for a user manual.
- Problem
- The raw data has too many columns and they are in the wrong order for the documentation.
- How to Use
- Paste the data, select 'Custom Order' to pick only the necessary columns, and set output to 'Markdown Table'.
- Example Config
-
orderMode: custom, newOrder: ID,Feature,Status, formatOutput: markdown - Outcome
- A clean, reordered Markdown table ready to be pasted directly into the documentation.
Try with Samples
csv, video, hashRelated Hubs
FAQ
Does this tool change my data rows?
No, the tool only changes the horizontal order of the columns; the row data remains intact and associated with the correct headers.
Can I sort columns alphabetically?
Yes, you can select 'Sort Columns Ascending' or 'Descending' in the Column Order Mode settings.
What formats can I export the reordered data into?
You can export your data as CSV, JSON, Markdown, or HTML tables.
How do I specify a custom order?
Select 'Custom Order' and enter your column names or index numbers separated by commas in the Custom Column Order field.
Does it support files with headers?
Yes, ensure the 'First Row is Header' checkbox is selected to maintain your column labels during the reordering process.