deepika-meyan / import-customers
Import Customer by CSV and Json by CLI Commands
Package info
github.com/deepika-meyan/import-customers
Type:magento2-module
pkg:composer/deepika-meyan/import-customers
1.0.0
2024-09-29 10:59 UTC
Requires
- php: >=7.4.3
This package is auto-updated.
Last update: 2026-03-29 01:22:26 UTC
README
Import Customer by Csv or Json in Magento 2
Version Support
This module is built in Magento versio 2.4.6-p3 and php version 8.2
Command to install module through composer
composer require deepika-meyan/import-customers
Import CLI command
To Import Customer By CSV file:
bin/magento customer:import:sample-csv <filepath>
To Import Customer By JSON file:
bin/magento customer:import:sample-json <filepath>
Example
bin/magento customer:import:sample-csv sample.csv
// in root path
bin/magento customer:import:sample-json sample.json
// in root path