Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firegento/FireGento_ExtendedImport2
Magento 2 module: Extend the CSV import format
https://github.com/firegento/FireGento_ExtendedImport2
Last synced: 13 days ago
JSON representation
Magento 2 module: Extend the CSV import format
- Host: GitHub
- URL: https://github.com/firegento/FireGento_ExtendedImport2
- Owner: firegento
- Created: 2016-01-23T09:34:18.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T19:40:14.000Z (over 1 year ago)
- Last Synced: 2024-09-18T14:49:57.754Z (about 2 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 62
- Watchers: 10
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
# FireGento ExtendedImport Extension
Extended Import Features (ported from AvS_FastSimpleImport)
## Facts
- version: 0.0.1
- extension key: FireGento_ExtendedImport
- [extension on GitHub](https://github.com/magento-hackathon/FireGento_ExtendedImport2)## Description
Adds missing features to Magento CSV import, to be used with FastSimpleImport
## Features
1. Add missing product-attribute-options on the fly
2. Allow using category-ids on product import instead of category-path## Requirements
- None
## Compatibility
- Magento >= 2.0
## Installation Instructions "Manual" Installation
1. create a directory `app/code/FireGento/ExtendedImport`
2. extract all files of the module there
3. enable the module withbin/magento module:enable FireGento_ExtendedImport
bin/magento setup:upgrade
## Installation Instructions with Composercomposer config repositories.firegento_extendedimport2 vcs https://github.com/firegento/FireGento_ExtendedImport2
composer require firegento/extendedimport dev-master
bin/magento module:enable FireGento_ExtendedImport
bin/magento setup:upgrade## Uninstallation
1. remove the directory `app/code/FireGento/ExtendedImport`
## Support
If you have any issues with this extension, open an issue on [GitHub](https://github.com/magento-hackathon/FireGento_ExtendedImport/issues).
## Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Jens Richter
💻
Elias Kotlyar
💻
Fabian Schmengler />
💻
Timon de Groot
💻
Peter Jaap Blaakmeer
💻
Lennart Schreiber
💻
utietze
💻
Daniel Head
💻
Kevin Krieger
📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Tests
Unit tests are integrated in the Magento unit test suite. To run them separately, simply call
phpunit
in the module directory (it must be installed in a Magento instance to use the bootstrap file)## Developer
Fabian Schmengler
[@fschmengler](https://twitter.com/fschmengler)## Licence
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
## Copyright
(c) 2016 -2020 FireGento