Customer & addresses
Pacemaker Import Community provides the command import:customers and command import:customers:address
command for the customer and customer address .
- The individual parts of the file name must match the pattern as followed:
customer-import_20190608-114344_01.csv<IMPORT-DIRECTORY>/<PREFIX>_<FILENAME>_<COUNTER>.<SUFFIX>
- <IMPORT-DIRECTORY>:
-
is by default the loation of your working directory
<ROOT-DIRECTORY>/var/pacemaker/import/-
The
var/pacemaker/importdirectory is not created after the installation by default
-
- PREFIX:
-
The
<PREFIX>of the import filename represents thecustomer-importarea.-
The
<PREFIX>is:-
customer-importfor the customer import -
customer-address-importfor the customer address import
-
-
- DELIMITER (
_): -
The mandatory Delimiter (
_) for the import filename between<PREFIX>and<FILENAME>is a underscore (_). - FILENAME:
-
The filename is a autogenerated combination of date and time.
-
As a result, the filename look like:
-
customer-address-import_20190608-114344_01.csvfor customers -
customer-address-import_20190608-114344_01.csvfor customer addresses.
-
-
- DELIMITER (
_): -
The mandatory Delimiter (
_) for the structured filename between<FILENAME>and<COUNTER>is underscore (_). - COUNTER:
-
is a incremental number with two digits starting with
01. - SUFFIX (filename extension):
-
The Pacemaker Import Community uses the
<SUFFIX>.csvas default for the import files.
|
.OK file:
Bunch import:
|
Your CSV file var/pacemaker/import/customer-import_20190608-114344_01.csv is now ready for import.