Company
How To install company Module
Although the Company module is integrated in Pacemaker Professional, it is not automatically called with Professional componente. Since company is a functionality of a b2b shop.
Before installing the module, make sure you have a b2b shop see Magento Professional documentation Install the B2B for Adobe Commerce extension
After the installation of b2b modules, the pacemaker package can be installed with the following command. composer require techdivision/pacemaker-import-company
File Structure
Pacemaker Import Pro provides the command import:companies
command for the company import.
- The individual parts of the file name must match the pattern as followed:
company-import_20190608-114344_01.csv
<IMPORT-DIRECTORY>/<PREFIX>_<FILENAME>_<COUNTER>.<SUFFIX>
- <IMPORT-DIRECTORY>:
-
is by default the location of your working directory
<ROOT-DIRECTORY>/var/pacemaker/import/
-
The
var/pacemaker/import
directory is not created after the installation by default
-
- PREFIX:
-
The
<PREFIX>
of the import filename represents thecompany-import
area. - 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
company-import_20190608-114344_01.csv
.
-
- 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 Pro uses the
<SUFFIX>
.csv
as default for the import files.
.OK file:
Bunch import:
|
Your CSV file var/pacemaker/import/company-import_20190608-114344_01.csv
is now ready for import.
Columns
- The CSV file with the company for Magento 2 EE consists of the following columns
Column Name | Type | Example | Description |
---|---|---|---|
|
|
Company Name to import the name |
|
|
company legal test |
Company Legal name to import the legal name |
|
|
|
Company Email to import the email |
|
|
|
Company Increment Id to import the increment id |
|
|
|
Company street to import the street |
|
|
|
Company city to import the city |
|
|
|
Company Country ID to import country id |
|
|
|
Company telephone to import the telephone |
|
|
|
Company Customer Group Code to import the customer group code |
|
|
|
Company Sales Representative Email to import the sales representative email |
|
|
|
Company Customer Increment ID to import the customer increment id |
|
|
|
Customer Email to import customer_email |
|
|
|
Customer Website Code to import customer_website_code |
|
|
|
Company Haendler Login to import the haendler login |