CSV FixerCSV Fixer← Back to Home

Changelog

We track every shipping change here. Subscribe to new releases by emailing [email protected] with the subject line subscribe: changelog.

v1.0.0

ReleaseApril 2026
  • Initial public release on the Shopify App Store.
  • CSV health score: every upload is graded on header mapping, handle coverage, price/encoding normalization, and variant integrity.
  • Automatic fixes: header renaming, handle generation, currency-symbol stripping, UTF-8 encoding repair, and whitespace normalization.
  • Review-first fixes: any change that alters the meaning of a field requires explicit approval before it is written.
  • Import preview: full diff between source and cleaned rows before anything is pushed to Shopify.
  • Direct import into Shopify via the Admin API, with per-row error surfacing from Shopify.
  • File history: re-download the cleaned CSV or inspect which fixes were applied for any past job.
  • Free tier: 3 full uploads per store so merchants can evaluate before purchasing.
  • Lifetime plan: one-time $99 USD purchase through the Shopify Billing API; billing state cached from billing.check() on every request.
  • Full GDPR webhook implementation (customers/data_request, customers/redact, shop/redact) with 48-hour uninstall cleanup.
  • Embedded-admin session-token authentication via the App Bridge CDN script for reliability in third-party-cookie-blocked browsers.