deepika-meyan/import-customers

Import Customer by CSV and Json by CLI Commands

1.0.0 2024-09-29 10:59 UTC

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