File-in / file-out repair tool
Sample Repair Package
This sample shows the paid output shape. It is not a full repaired customer CSV, but it mirrors the files delivered after a verified payment event.
Paid delivery is file-in / file-out: upload a Shopify product CSV, unlock repair generation after payment, receive a zip package.
What the customer sees after payment
- PayPal returns the customer to the order status page.
- The status page checks payment, package readiness, delivery, and download availability.
- The generated zip contains the four files below. No Shopify login or store access is required.
Package contents
| File | What it contains | Who needs it |
|---|---|---|
fixed_import_safe.csv | Shopify-ready CSV with safe repairs for import risks, handles, options, image URL format, and metadata columns. | Repair Pro |
seo_patch_only.csv | SEO title, SEO description, and image alt text patch data without changing unrelated product fields. | Lite + Pro |
error_report.xlsx | Row, field, issue category, severity, and suggested repair for review before import. | Lite + Pro |
before_after_preview.html | Inspectable before/after repair preview for the changed rows and fields. | Repair Pro |
Example fixed_import_safe.csv
Handle,Title,Option1 Name,Option1 Value,Image Src,Metafield: title_tag [string]
ceramic-mug,Ceramic Mug,Title,Default Title,https://cdn.example.com/mug.jpg,Ceramic Mug - Studio Ware
Example seo_patch_only.csv
Handle,Metafield: title_tag [string],Metafield: description_tag [string],Image Alt Text
ceramic-mug,Ceramic Mug - Studio Ware,Import-ready ceramic mug with studio finish,Ceramic mug product image
Example row-level repair
| Row | Field | Before | After |
|---|---|---|---|
| 14 | Handle | empty | ceramic-mug |
| 14 | Image Src | cdn.example.com/mug.jpg | https://cdn.example.com/mug.jpg |
| 14 | Metafield: title_tag [string] | empty | Ceramic Mug - Studio Ware |
Example error_report.xlsx fields
| Column | Example |
|---|---|
| row | 14 |
| field | Image Src |
| issue | Missing URL scheme |
| severity | fixable |
| repair file | fixed_import_safe.csv |
Example before_after_preview.html
The preview page highlights changed fields only, so the customer can inspect repaired rows before importing anything into Shopify.
Free preview limit
The free scan proves the file is worth repairing. It does not export complete repaired files.