Shopify to Magento CSV Script

Job ID: 40488784

Budget: ₹600 – ₹1,500 INR

I have export files from a Shopify store and I need a clean Python script that will turn them into Magento-ready CSVs. The script should handle product details, customer information, order details, and their associated categories in one automated flow.

Here’s what I expect:

• Input: one or more standard Shopify-exported CSV files.
• Output: CSV files that Magento can import without manual tweaking, preserving all relationships among products, customers, orders, and categories.
• Validation: include intermediate data-consistency checks—verify required columns are present, spot duplicate IDs or missing references, and drop clear error messages into a log so I can fix source issues quickly.

Please structure the code so field mappings are easy to adjust (a JSON or YAML map is fine), rely on mainstream libraries such as pandas or the built-in csv module, and provide a concise README explaining usage and how to extend mappings. A short sample run that shows “before vs. after” row counts will be enough for testing.
Related categories: PHP JavaScript Python Data Processing Magento Shopify Scripting Pandas