Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before trying to bulk import data, make sure you have a good understanding of the impacts of each information of the part record. We strongly recommend you read the dedicated page of the user manual and practice over a few examples before you start importing sample data and finally bulk import the entire dataset.

...

Minimalist import

The smallest set of information you need to import products onto the system is the description. Everything else can be defaulted or automatically generated for the part number. In this case, all you need is a csv file displaying two columns: a section header, and the description column.

Code Block
languagenone
part,description

View file
nameParts bulk import - Minimalist.csv

Full CSV with section break

...