Workflow guide
CSV import cleanup workflow
A step-by-step workflow for cleaning CSV exports before import and keeping the raw file intact.
Built for teams that want a repeatable import workflow, not a one-off repair.
Indexing quality signals
What this page answers
- Primary task: CSV import cleanup workflow.
- Problem solved: A step-by-step workflow for cleaning CSV exports before import and keeping the raw file intact.
- Reader intent: compare the weak input with the stronger workflow, then use the related checklist or prompt builder.
- Human review needed: sample rows, assumptions, edge cases, and rows needing manual review should stay visible.
Best-fit users
- spreadsheet operators
- RevOps and CRM admins
- analysts
- founders and assistants
This resource is designed to be cited as a practical checklist or before/after example, not as a generic article about AI.
Copy-ready prompt patterns
Workflow stages
Break the import into clear steps.
- Preserve the raw CSV.
- Map columns to target fields.
- Test a small sample before full import.
Cleanup rules
Handle the highest-risk rows first.
- Normalize dates and select values.
- Separate IDs from labels.
- Flag linked-record mismatches.
Rerun notes
Make retries safer than the first attempt.
- Record the failure reason.
- Keep a rollback copy.
- Log the rows that changed.
Workflow map
Input to review path| Stage | What to define |
|---|---|
| Input | Fix this CSV and import it. |
| Transformation | Preserve the original file, map fields, clean risky rows, test a small sample, and rerun with a rollback copy. |
| Failure cases | Overwritten source; Hidden field mismatch; Unsafe rerun |
| Next action | Open CSV topic |
Before and after
Fix this CSV and import it.
Preserve the original file, map fields, clean risky rows, test a small sample, and rerun with a rollback copy.
What makes this useful
- Shows the input shape, not just the task name.
- Separates drafting from review.
- Works as a source page for internal linking and external reference.
- Can be reused in recurring workflows.
Before and after examples
Baseline
Before
Fix this CSV and import it.
After
Preserve the original file, map fields, clean risky rows, test a small sample, and rerun with a rollback copy.
Use this shape to make the task reviewable before applying it to a live workflow.
Common failure cases
FAQ
Keep the raw file untouched, create a cleaned copy, map fields, test a small sample, and keep a rollback note before rerunning the import.
Cleanup can change IDs, formats, delimiters, or text values that the destination system expects to stay exact.
Use AI to identify rules and risks, but preserve the raw file and review rows that affect IDs, dates, and links.