The three places Etsy exports break Shopify imports
In store migrations we see the same three failure points every time:
Common Scenarios:
- Image columns: Image 1, Image 2 ... Image 10 need to be combined into one Image Src field, but Shopify's importer expects a single column with comma-separated URLs.
- Variant loss: Etsy listings with multiple options export as separate listings, so the parent-child structure Shopify uses for variants is missing.
- Tax and category fields: Etsy-specific columns (listing type, tags, materials) have no Shopify equivalent and confuse the header mapper.
Map it in the browser, nothing leaves your computer
ShopTools' converter reads your Etsy CSV, maps the flat listing structure to Shopify's schema and merges the image columns - all in the browser. No upload, no account, no waiting.
Features:
- Image column merge: Image 1-10 become one comma-separated Image Src field
- Header auto-mapping: Fuzzy matching handles Etsy's exact column spellings
- Clean output: UTF-8 with BOM so Excel and Shopify both read it correctly