Importing Data
Importing Products¶
Getting an import template¶
Using the Admin UI
- Log in to the Admin
- Navigate to Products > Products
- Click Import Products
- Click Export Template
Importing product data¶
Using the Admin UI:
- Log in to the Admin
- Navigate to Products > Products
- Click Import Products
- Select your CSV file
- Choose either Validate or Import File
- Check progress at System > Jobs.
- You'll see the new Job, but it'll be "New" at 0% until all the chunks are created
- Click the job to see the list of chunks. Once the list stops growing, processing should commence
- Products will appear in Products > Products as the import progresses.
Using the command line:
php bin/console oro:import:file
--jobName entity_import_from_csv
--processor oro_product_product.add_or_replace
--email info@domain.com
[--validate]
"/path/to/file.csv"
[--env prod|dev]
Then check progress at System > Jobs
Importing Customers¶
The customer import CSV is pretty sparse, holding only the following data fields:
- Name
- Parent Id
- Group Name
- Owner Id
- Tax code
- Account Id
- Internal rating Id
- Payment term Label