Məhsul bələdçisi · 6 dəq oxu
Reordering rows and columns before you export
Drag handles for row order, column reorder for review, and how export order follows what you see in the grid.
Dərc 20 mart 2025 · Table
Humans often need a different column order than the upstream system emitted. You can reorder columns for review, then download a CSV that reflects the new left-to-right order. Row reordering helps when you are preparing a narrative handoff, even if the downstream database will resort by keys later.
Contracts and caution
- Pipelines that map columns by position break if you change order before load. Prefer name-based loaders when possible.
- Row order rarely matters to SQL imports, but it can matter for human reviewers reading the file top to bottom.
- Undo and redo apply to many edits, so exploratory reordering stays reversible until you are satisfied.