Catalog CSV help

You have a product CSV from a supplier or another platform. The store importer rejects it, or imports it wrong. This tool maps the columns, checks every row, and writes a file the importer takes.

Steps

  1. Drop the CSV on the page, or pick it. Large files parse in a background worker so the page stays responsive.
  2. Check the column mapping. The tool guesses from the headers. Fix any row that points at the wrong field.
  3. Read the preflight table. It lists rows with a missing price, a bad SKU, a broken image link, or a category that will not match.
  4. Use the express path if the guess looks right and you want the file now. It skips straight to export.
  5. Download. You get a CSV, or a ZIP when images or variations split into more than one file.

Formats

Reads

CSV and TSV, any delimiter, UTF-8 or Windows-1252. Supplier exports, Shopify, WooCommerce, Wix, Square.

Writes

WooCommerce product CSV. Simple and variable products, attributes, categories, images.

Limits

The file is read in your browser. It is never uploaded. Close the tab and nothing is kept except the presets you chose to save.

Back to Catalog CSV