ninjacoder30 / module-customerimport
A Magento 2 module for importing customers from CSV and JSON
Package info
github.com/ninjacoder30/module-customerimport
Type:magento2-module
pkg:composer/ninjacoder30/module-customerimport
1.0.3
2024-11-24 14:44 UTC
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.csvbin/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