File Format

The files uploaded to the platform needs to adhere to a specific format in how the files are structured.

  • The data specification must be in CSV (Comma-Separated Values) format.
  • The separator used in the CSV file must be , (comma).
  • Decimal numbers should be represented using . (period) as the decimal separator.
  • The data specification must adhere to the standard CSV format, with one row per record and each field separated by a comma.
  • The first row of the CSV file should contain the headers for each field.
  • The order of the fields in each row should be consistent with the order of the headers in the first row.
  • Any missing values should be represented by an empty string or a placeholder value.
  • The CSV file should be properly encoded to ensure that special characters are handled correctly (we recommend UTF-8).