Skip to main content

Standard Format

Use UTF-8 CSV as the standard feed format.

CSV Delimiters

Supported delimiters:
  • Comma ,
  • Semicolon ;
  • Tab
  • Pipe |

Header Row

The first row must be a header with the expected column names. Example:
code,description,stock,warehouseCode,locationCode,locationPriority,costPrice,packagingUnit,lot

Number Formatting

  • Use . as decimal separator
  • Do not use thousands separators
  • Keep numeric values compatible with each column limit
Examples:
  • Valid: 20323.50
  • Invalid: 20,323.50
  • Invalid: 20323,50

Encoding and Parsing Notes

  • UTF-8 BOM is accepted
  • Leading/trailing spaces in CSV values are trimmed