aberrantcode / customer-import
This magento 2 module support importing customer from csv and json file
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: 103.0.*
README
composer require aberrantcode/customer-import
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
IMPORTANT : Keep CSV and JSON file inside pub/media folders for customer importing So to import from the CSV and the JSON respectively the user would execute either one of the following
bin/magento customer:import sample-csv sample.csv
bin/magento customer:import sample-json sample.json
NOTE:I encountered some challenges with my laptopĀ as it is not compatible for Magento2 development , so I had to complete all tasks on a cloud server. Unfortunately, this meant that I was unable to perform the phpcodesniffer test and some unit tests due to issues such as "Config file allure/allure.config.php doesn't exist." Magento Version : "2.4.6-p3" Php Version: 8.1.26