Back to guides

Ecommerce order CSV cleanup for reporting and import

Order exports drive fulfillment, refunds, revenue reporting, and inventory reconciliation. A small formatting issue in order totals or dates can create mismatches across several tools.

Protect order identifiers

Order IDs, SKUs, tracking numbers, and payment references should be treated as text even when they look numeric. They may contain leading zeros, prefixes, or marketplace-specific separators.

Normalize dates and totals

Ecommerce systems can export regional date formats and totals with thousands separators. Normalize order dates to ISO format and remove number separators only after confirming the column is truly numeric.

Clean fulfillment status

Status fields often arrive with mixed labels such as Shipped, shipped, fulfilled, and complete. Map them before dashboarding so open orders and completed orders are not split across duplicate categories.

Recommended local workflow

  1. Load the order export sample on the main page or paste your own export.
  2. Use delimiter auto-detection when the source comes from a regional spreadsheet.
  3. Enable header normalization, duplicate removal, and date/number cleanup.
  4. Download the change log and compare row count, order count, and total revenue.