Importing discount groups into EME is done by using a CSV file (csv delimiter and encloser can be specified during import).
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"