Quick Start Guide

For complete management of your articles select Articles All Articles in the ESL Client. Here you’re
able to create/delete and edit your articles.
The Smart Box comes with 4 predefined articles which you can see here. You can add some more
demo articles, edit the existing ones or just step further to the next point Matchings.
Figure 25 - Article management
There’s also the possibility to import articles from a *.CSV-file.
For this, there are a few points to consider:
The CSV file should always be written with UTF-8 encoding.
Depending on the configuration in “../server/config/articles.config” the CSV to import should
look like this:
o articleNumber;gtin1,gtin2,gtin3..;name=<name>;price=<price>;field1=<field1>;field2
=<field2>;field3=<field3>;…
Where the last 3 fields (field1, field2, field3) are custom fields specified in the
../server/config/articles.config” and every line the CSV file corresponds to one article.