https://github.com/opengento/magento2-category-import-export
This module allows to import and export categories data from/to CSV file.
https://github.com/opengento/magento2-category-import-export
categories category csv csv-export csv-import export exporter exports import import-export importer imports magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module
Last synced: about 2 months ago
JSON representation
This module allows to import and export categories data from/to CSV file.
- Host: GitHub
- URL: https://github.com/opengento/magento2-category-import-export
- Owner: opengento
- License: mit
- Created: 2024-07-07T19:06:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-16T10:17:16.000Z (about 2 months ago)
- Last Synced: 2025-04-23T21:02:15.992Z (about 2 months ago)
- Topics: categories, category, csv, csv-export, csv-import, export, exporter, exports, import, import-export, importer, imports, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module
- Language: PHP
- Homepage: https://opengento.fr/
- Size: 82 KB
- Stars: 9
- Watchers: 23
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Category Import Export Module for Magento 2
[](https://packagist.org/packages/opengento/module-category-import-export)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-category-import-export/stats)
[](https://packagist.org/packages/opengento/module-category-import-export/stats)This module add the many countries to many stores relation and make it available to the storefront.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## 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_code` which allows to identify the categories.## Support
Raise a new [request](https://github.com/opengento/magento2-category-import-export/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-category-import-export/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***