{"id":21616044,"url":"https://github.com/ecomdev/sync-magento-2-migration","last_synced_at":"2025-09-13T22:07:42.791Z","repository":{"id":45393270,"uuid":"289969479","full_name":"EcomDev/sync-magento-2-migration","owner":"EcomDev","description":"Release of rough proof of concept from 2018 that allows to import and export millions of products quickly","archived":false,"fork":false,"pushed_at":"2024-05-24T14:58:40.000Z","size":229,"stargazers_count":59,"open_issues_count":0,"forks_count":11,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-19T11:03:00.012Z","etag":null,"topics":["export","import","magento2","migration-tool"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EcomDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["EcomDev"]}},"created_at":"2020-08-24T15:42:04.000Z","updated_at":"2024-05-24T14:58:43.000Z","dependencies_parsed_at":"2025-04-11T07:46:21.582Z","dependency_job_id":"5541d9b2-1f81-4281-8fdc-e2771987f955","html_url":"https://github.com/EcomDev/sync-magento-2-migration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EcomDev/sync-magento-2-migration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcomDev%2Fsync-magento-2-migration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcomDev%2Fsync-magento-2-migration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcomDev%2Fsync-magento-2-migration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcomDev%2Fsync-magento-2-migration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EcomDev","download_url":"https://codeload.github.com/EcomDev/sync-magento-2-migration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcomDev%2Fsync-magento-2-migration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275033173,"owners_count":25393828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["export","import","magento2","migration-tool"],"created_at":"2024-11-24T22:13:25.749Z","updated_at":"2025-09-13T22:07:42.716Z","avatar_url":"https://github.com/EcomDev.png","language":"PHP","funding_links":["https://github.com/sponsors/EcomDev"],"categories":[],"sub_categories":[],"readme":"# Simple Import / Export tool\n\nA tool that allows to quickly export data from Magento 1 and Magento 2 store and import it back into Magento 2. \nTable data gets exported without the knowledge of the entity identifiers and delta imports get processed by related unique keys:\n- Categories: id attribute (gets stored in map table)\n- Products: SKU\n- Customers: email + website\n\nWhen you export data from your existing stores you can configure mapping and skipped row conditions by using configuration.json:\n\nHere is an example of configuration.json that maps all manufacturer attribute code in product data into a brand \nand skips.\n```json\n{\n  \"product_data.csv\": {\n    \"map\": {\n      \"attribute\": {\n         \"manufacturer\": \"brand\" \n      }\n    },\n    \"skip\": [\n      {\n        \"store\": [\"pl\", \"sk\"]\n      }\n    ]\n  }\n}\n```\n\nAlso, you can add own mappers for exported files. Here is an example on mapping output of product attributes to create website level price instead of global during migration:\n\n```json\n{\n  \"product\": {\n    \"mappers\": {\n      \"product_attributes\": [\n        {\n          \"class\": \"EcomDev\\\\MagentoMigration\\\\CustomMappers\\\\PriceMapper\",\n          \"setup\": [\n            [\"withStore\", \"us_en\", 1.0],\n            [\"withStore\", \"uk_en\", 0.76],\n            [\"withStore\", \"eu_en\", 0.89]\n          ]\n        }\n      ]\n    }\n  }\n}\n```  \n\n\n## Tests\n\nRight now the automation suite might not run, as tool is released by stripping of all customer specific data from tests and codebase.\nPRs to re-introduce test cases that has been removed are welcome.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomdev%2Fsync-magento-2-migration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecomdev%2Fsync-magento-2-migration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecomdev%2Fsync-magento-2-migration/lists"}