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
- Drop the CSV on the page, or pick it. Large files parse in a background worker so the page stays responsive.
- Check the column mapping. The tool guesses from the headers. Fix any row that points at the wrong field.
- 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.
- Use the express path if the guess looks right and you want the file now. It skips straight to export.
- 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 output targets the WooCommerce importer. Other carts are on the list, not built yet.
- Images are linked by URL. The tool does not download or host them.
- A category that does not exist in your store still imports. The importer creates it.
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