vignates/module-import

Customer Import via CSV & JSON

Maintainers

Package info

github.com/vignates/magento2-import-customers

Type:magento2-module

pkg:composer/vignates/module-import

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2021-11-14 05:53 UTC

This package is not auto-updated.

Last update: 2026-03-17 00:31:12 UTC


README

``Vignates/module-import``

Main Functionalities

Customer Import via CSV & JSON

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Vignates
  • Enable the module by running php bin/magento module:enable Vignates_Import
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require vignates/module-import
  • enable the module by running php bin/magento module:enable Vignates_Import
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Specifications

  • Console Command
    • JSON profile - Place json inside var/import/ folder -php bin/magento customer:import sample-json var/import/sample.json
    • CSV profile - Place CSV inside var/import/ folder -php bin/magento customer:import sample-csv var/import/sample.csv