{"id":21149009,"url":"https://github.com/macopedia/categoryimporter","last_synced_at":"2025-07-09T08:32:59.333Z","repository":{"id":62521408,"uuid":"82940659","full_name":"macopedia/CategoryImporter","owner":"macopedia","description":"Magento 2 category importer extension","archived":false,"fork":false,"pushed_at":"2023-12-06T06:51:55.000Z","size":12,"stargazers_count":34,"open_issues_count":2,"forks_count":23,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-18T09:48:29.252Z","etag":null,"topics":["categories","category","command-line","command-line-tool","console","import","importer","magento2","magento2-extension","magento2-import","magento2-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macopedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-23T15:25:18.000Z","updated_at":"2023-12-06T06:51:59.000Z","dependencies_parsed_at":"2022-11-02T15:31:44.199Z","dependency_job_id":null,"html_url":"https://github.com/macopedia/CategoryImporter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2FCategoryImporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2FCategoryImporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2FCategoryImporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2FCategoryImporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macopedia","download_url":"https://codeload.github.com/macopedia/CategoryImporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225517016,"owners_count":17483515,"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","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":["categories","category","command-line","command-line-tool","console","import","importer","magento2","magento2-extension","magento2-import","magento2-module"],"created_at":"2024-11-20T09:30:25.004Z","updated_at":"2024-11-20T09:31:13.866Z","avatar_url":"https://github.com/macopedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CategoryImporter module for Magento 2 \u003e= 2.1.x\n\nSimple category importer from CSV file. Allows to import / update \ncategories not only from Magento shops (use old shop category ID)\n\n# Features\n\n- adds attribute to category 'Old category ID'\n- adds possibility to add custom attribute codes by command option\n- adds links between parent and child categories (by 'Old category ID')\n- work only for admin store (multi stores are not implemented yet)\n\n# Install module\n\n- add module via composer or download and copy files to app/code/Macopedia/CategoryImporter\n- run bin/magento module:enable Macopedia_CategoryImporter in command line\n\n# Usage\n\n**NOTICES:** \n- please add parent categories before children in file\n- use semicolon (';') as delimiter in file\n\n**Attributes supported by default:**\n\n- Required attributes:\n\t*\tid \n\t*\tname\n\t*\tparent_id\n\t\n- Optional attributes with predefined values:\n\t*\tis_active - default value: 1\n\t*\tis_anchor - default value: 1\n\t*\tinclude_in_menu - default value: 1\n\t*\tcustom_use_parent_settings - default value: 1\n    \n- Base additional attributes:\n\t*\tdescription\n\t*\tmeta_title\n\t*\tmeta_keywords\n\t*\tmeta_description\n\t*\turl_key\n\t*\turl_path\n\t*\tposition\n\t\n**Base usage examples**\n\n    bin/magento import:categories [--path|-p \u003cpath to file in Magento dir\u003e] [--additional|-a \u003cadditional attributes separated by comma\u003e]\n\n\tbin/magento import:categories -p var/import/categories-example.csv \n\t\t\n    bin/magento import:categories -p var/import/categories-example.csv -a my_custom_attribute1,my_custom_attribute2,my_custom_attribute3\n\n**Simple CSV file to import categories**\n\n    id;name;parent_id\n    10;Category name 1;null\n    11;Category name 2;null\n    20;First child of cat 1;10\n    21;First child of cat 2;11\n    22;Second child of cat 2;11\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacopedia%2Fcategoryimporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacopedia%2Fcategoryimporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacopedia%2Fcategoryimporter/lists"}