dewabit help pages
Search
With dewabit you have the possibility to export and import data records, such as items and orders, in CSV format.
CSV stands for “comma-separated values” and is a widely used file format responsible for storing data in text format. The format is often used for exchanging data between programs. Software like Microsoft’s Excel or Apple’s Numbers can display the data as a table so that it is easy to edit. The individual values of the file are separated by a separator like a comma and the first row of the data set stands for the assignment of the data or the column heading in the table.
ItemID;SKU;Quantity;Price;EAN
12345;SKU_1;20;2,99;1902412344
67891;SKU_2;8;12,00;1902412345
ItemID | SKU | Quantity | Price | EAN |
---|---|---|---|---|
12345 | SKU_1 | 20 | 2.99 | 1902412344 |
67891 | SKU_2 | 87 | 12.00 | 1902412345 |
In the following chapters you will learn about our profile manager and how to use our predefined profiles to manage the records of items and orders via CSV.