Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify CSV Preflight & Import Repair

Bilingual landing page and sample checker for Shopify product CSV preflight work.

Public page:

https://longdreamsaveu.github.io/shopify-csv-preflight/

What It Checks

  • Missing required Shopify fields such as Handle and Title
  • Blank handles and unsafe product grouping
  • Duplicate Variant SKU values
  • Variant rows with missing option values
  • Price fields that are not simple numeric values
  • Metafield/custom columns that should be reviewed before import

Starter Scope

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.

Demo Run

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.csv

Run tests:

python -m unittest tools.test_shopify_csv_preflight

Site

The GitHub Pages source lives in docs/. The page includes English and Chinese copy with an in-page language switcher.

About

Shopify product CSV preflight and import repair service with bilingual landing page and sample checker.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages