ninjacoder30 / module-customerimport
A Magento 2 module for importing customers from CSV and JSON
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8
- magento/framework: ^103
README
composer require ninjacoder30/module-customerimport:1.0.3
Feature
Customer Import using CLI command from csv, json files
Details
-
Console Command (
bin/magento customer:import [profile] [source]
)bin/magento customer:import csv sample.csv
bin/magento customer:import json sample.json
-
Once Command is executed success Message will be displayed in CLI.
- For More detailed info you can check in
var/log/customer_import.log
- For More detailed info you can check in