Customer + Customer Address Import
Pacemaker Community Edition (CE) comes with a customer and customer address import and the appropriate commands import:customers
and import:customers:address
therefore.
You can find more information about how to invoke the command in the usage section.
-
The filename for the dedicated MSI import must match the pattern
<PREFIX>_<FILENAME>_<COUNTER>.csv
. -
The default
<PREFIX>
for the customer import iscustomer-import
and for the customer address importcustomer-address-import
. -
The
<FILENAME>
is a combination of date and time like20190608-114344
, and the<COUNTER>
is a incremental number with two digits starting with01
. -
As a result, the filename is look like
customer-import_20190608-114344_01.csv
for customers andcustomer-address-import_20190608-114344_01.csv
for customer addresses. -
Additionally the appropriate
.ok
file is needed.
|
The customer and customer address import structure is 100 % compatible with the Magento 2 CSV structure.
Read the appropriate Magento 2 documentation for a more detailed description of the CSV file structure.