CSV import discount groups

Importing discount groups into EME is done by using a CSV file. The csv delimiter and enclosure can be specified during import. If the delimeter value is empty, then “,” (comma) is taken as value. If the enclosure value is empty, then ‘”‘ (double quotes) is taken as value.
The first line should indicate the names of the columns being imported. Currently these names are allowed:
“name”, “description”, “maxdiscounts”

There is 1 columns required: “name”.

A simple example of a CSV file:

"name","description"
"group1","my first group"

 

Scroll to Top