After July 2021, the 2.3.x release line no longer received quality updates or user guide updates. PHP 7.3 reached end of support in December 2021, and Adobe Commerce 2.3.x reached end of support in September 2022. We strongly recommend upgrading to Adobe Commerce 2.4.x to help maintain PCI compliance.

Import

This site contains archived merchant documentation for a version of Adobe Commerce and Magento Open Source that has reached end-of-support. The documentation available here is intended for historical reference only and is not maintained. The Adobe Commerce Merchant Documentation for current releases is published on the Adobe Experience League.

Data for all product types can be imported into the store. In addition, you can import products, advanced pricing data, customer data, customer address data, and product images. Import supports the following operations:

  • Add/Update
  • Replace
  • Delete

The size of the import file is determined by the settings in the php.ini file on the server. The system message on the Import page indicates the current size limit. The default size is 2MB.

Special characters (such as the equal sign, greater and less than symbols, single and double quotes, backslash, pipe, and ampersand symbols) can cause problems during data transfer. To ensure that such special characters are correctly interpreted, they can be marked as an escape sequence. For example, if the data includes a string of text such as code="str", code="str2", choosing to enclose the text in double quotes ensures that the original double quotes are understood to be part of the data. When the system encounters a double set of double quotes, it understands that the outer set of double quotes is enclosing the actual data.

When importing product data, new product data is added to existing product data entries in the database. All fields except SKU can be updated through import. All existing product data is replaced with the imported new data. Exercise caution when replacing data. All existing product data will be completely cleared and all references in the system will be lost.

Data import Import

Step 1: Prepare the Data

  1. On the Admin sidebar, go to System > Data Transfer > Import.

  2. Under Import Settings, set Entity Type to one of the following:

    • Advanced Pricing
    • Products
    • Customers and Addresses
    • Customers Main File
    • Customer Addresses
  3. Click Download Sample File.

  4. Locate the export file at the downloads location for your web browser and open the file.

    Open download sample file Open Download Sample File

    The sample file includes column headings with placeholder data for example product types.

    Import data sample file View Sample File

  5. Examine the structure of the sample file and use it to prepare your CSV import file, making sure that the column headings are spelled correctly.

  6. Verify that the size of your import file does not exceed the limit shown in the message.

    Data import size notification

  7. If the import data includes paths to product images, make sure that the image files have been uploaded to the appropriate location.

    The default location on the Magento server is: pub/media/import.

    If the images reside on an external server, make sure that you have the full URL to the directory that contains the images.

Step 2: Choose the Import Behavior

  1. Set Import Behavior to one of the following:

    • Add/Update (For products, you can update all fields except SKU through import.)
    • Replace
    • Delete
  2. To determine what happens when an error is encountered when importing data, choose one of the following:

    • Stop on Error
    • Skip error entries
  3. In the Allowed Errors Count field, enter the number of errors that can occur before the import is canceled.

    The default value is 10.

  4. Accept the default value of a comma (,) for the Field separator.

  5. Accept the default value of a comma (,) for the Multiple value separator.

    In a CSV file, a comma is the default separator. To use a different character, make sure that the data in the CSV file matches the character that you specify.

  6. If you want to enclose any special characters that might be found in the data as an escape sequence, select the Fields Enclosure checkbox.

    Data import behavior Import Behavior

Step 3: Identify the Import File

  1. Click Choose File to select the file to import.

  2. Find the CSV file that you prepared to import and click Open.

  3. In the Images File Directory field, enter the relative path to the location on the Magento server where uploaded images are stored.

    For example: var/import.

    Starting with the Magento 2.3.2 release, the path specified in the Images File Directory concatenates for import to the images base directory - <Magento root folder>/var/import/images. Using this case as an example, var/import files should be placed into <Magento root directory>/var/import/images/var/import folder.

    To learn more about importing product images, see Importing Product Images.

    Data import file File to Import

Step 4: Check the Import Data

  1. In the upper-right corner, click Check Data.

  2. Wait a few moments for the validation process to complete.

    If the import data is valid, the following message appears:

    Success message - file is valid File is Valid

  3. If the file is valid, click Import.

    Otherwise, correct each problem with the data that is listed in the message, and try to import the file again.

  4. The import process continues to the end of the data, unless an error is encountered.

    If an error message appears in the Validation Results, correct the problem in the data and import the file again.

    Error message - URL key already exists URL Key Already Exists

    A message appears when the import is complete.

Import Behavior

Operation Description
Add/Update New product data is added to the existing product data for the existing entries in the database. All fields except sku can be updated.

New tax classes that are specified in the import data are created automatically.

New product categories that are specified in the import file are created automatically.

New SKUs that are specified in the import file are created automatically

Note: For products, you can update all fields except SKU through import.
Replace The existing product data is replaced with new data.

Important: Exercise caution when replacing data because the existing product data will be completely cleared and all references in the system will be lost.

If a SKU in the import data matches the SKU of an existing entity, all fields, including the SKU, are deleted and a new record is created using the CSV data. An error occurs if the CSV file references a SKU that does not exist in the database. You can Check Data to display error.
Delete Any entities in the import data that already exist in the database are deleted from the database.

Delete ignores all columns in the import data, except for SKU. You can disregard all other attributes in the data.

An error occurs if the CSV file references a SKU that does not exist in the database. You can Check Data to display error.