deepika-meyan / import-customers
Import Customer by CSV and Json by CLI Commands
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4.3
This package is auto-updated.
Last update: 2025-04-29 01:29:51 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