opengento / module-category-import-export
This module add the capability to import and export the categories from the back-office.
                                    Fund package maintenance!
                                                                            
                                                                                                                                        www.helloasso.com/associations/opengento/formulaires/1
                                                                                    
                                                                
Installs: 6 452
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 23
Forks: 2
Open Issues: 3
Type:magento2-module
pkg:composer/opengento/module-category-import-export
Requires
- php: ^8.1
 - magento/framework: *
 - magento/module-backend: *
 - magento/module-catalog: *
 - magento/module-eav: *
 - magento/module-store: *
 - magento/module-ui: *
 
Requires (Dev)
- magento/magento-coding-standard: ^33
 - roave/security-advisories: dev-latest
 
README
This module add the many countries to many stores relation and make it available to the storefront.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/module-category-import-export
Setup the module
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
- You can import categories from System > Data Transfer > Import Categories
 - You can export categories from System > Data Transfer > Export Categories
 
Documentation
- The available format for import/export is CSV
 - A new attribute category attribute is added with the module: 
category_codewhich allows to identify the categories. 
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!