elogic-co/magento-import

Run import from csv to database table and vise versa. You can extend functionality

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:magento2-module

2.0.0 2022-11-25 15:09 UTC

README

How to install

composer require elogic-co/magento-import

Functionality

  • Database data provider/importer
  • Csv data provider/importer
  • Remember failled data-item and ability to continue importing from this remembered data-item (ElogicCo\MagentoImport\Api\DataImporter\ImporterRememberInterface)
  • Progress bar (Doesn't work for chsv import yet) image
  • Mapping for tablelike data import image
  • Call Observer during importing for each data-item, so that you can change data-item's columns or even add additional columns to the data-item for import. image

My notes

I have problems with naming programming entities. To deal with this issue I have to:

  1. Read books about programming architecture in English
  2. Push my code to a much more relevant programmer to hear advices from them. I think it has even more influence than reading books
  3. Work with different projects, not with Magento only to see many ways to name programming entities