Bulk Product Import Tool

Bulk Product Import Tool

This Python CLI tool processes a CSV file of product data and generates a Shopify-compatible bulk import file. It’s designed for store owners and developers who need to upload large catalogs quickly without manual entry. Works with Shopify, WooCommerce, and BigCommerce via CSV export/import. Features CSV input with automatic column mapping — map your headers to Shopify fields (title, price, SKU, etc.) Bulk variant generation — create up to 100 variants per product from CSV rows Image URL batch processing — download and rehost images, or embed URLs for Shopify import Validation and error reporting — check for missing required fields, duplicate SKUs, and invalid prices before import Output as Shopify-compatible CSV or JSONL — ready for direct upload via Shopify admin or API Usage python bulk_import....

<span title='2026-05-26 00:00:00 +0000 UTC'>May 26, 2026</span>&nbsp;·&nbsp;OddShop
Spreadsheet Date Import Fixer

Spreadsheet Date Import Fixer

Fixes common date parsing issues when importing Excel files into databases or data pipelines. Ideal for data analysts and engineers who need clean, consistent date formats from spreadsheets with mixed or ambiguous date strings. Works with any Excel file (.xlsx, .xls) and outputs standardized ISO 8601 dates. Features Auto-detect and parse multiple date formats (e.g., ‘22/05/2026’, ‘05/22/2026’, ‘2026-05-22’) Handle timezone offsets and named timezones (e.g., ‘13:26 EDT’, ‘13:26 UTC-4’) Output to CSV or new Excel file with consistent datetime columns Configurable fallback for ambiguous dates (e....

<span title='2026-05-22 00:00:00 +0000 UTC'>May 22, 2026</span>&nbsp;·&nbsp;OddShop