Bilingual landing page and sample checker for Shopify product CSV preflight work.
Public page:
https://longdreamsaveu.github.io/shopify-csv-preflight/
- Missing required Shopify fields such as
HandleandTitle - Blank handles and unsafe product grouping
- Duplicate
Variant SKUvalues - Variant rows with missing option values
- Price fields that are not simple numeric values
- Metafield/custom columns that should be reviewed before import
The starter service is designed for one Shopify product CSV before upload or catalog update. The deliverables are a cleaned copy where safe, a CSV issue report, and a short summary of errors, warnings, and review items.
Run the sample preflight check locally:
python tools\shopify_csv_preflight.py `
--input portfolio\shopify-csv-preflight\sample\broken_shopify_products.csv `
--issues portfolio\shopify-csv-preflight\sample_output\preflight_report.csv `
--summary portfolio\shopify-csv-preflight\sample_output\issues_summary.json `
--clean-copy portfolio\shopify-csv-preflight\sample_output\cleaned_copy.csvRun tests:
python -m unittest tools.test_shopify_csv_preflightThe GitHub Pages source lives in docs/. The page includes English and Chinese copy with an in-page language switcher.