The formats for some things like importfiles, date format, attribute names etc. need to follow specific rules, otherwise it can lead to errors or unexpected behaviour.
| Data | Format |
|---|---|
| Date/Datetime* | 2016-03-22 2016-04-01T18:02:42 |
| File Format | All files import files have to be encoded in utf-8 without bom |
| Float/numeric Format | 15.10 1015.10 (We are taking care of the thousand separator but the decimal separator needs to be a dot) |
| Phone | Please deliver Phone numbers in the international standard: E.164 |
| Data Fields | Please use camelCase or underscores for any specially created fields. Spaces will lead to malfunctions. |
* Dates and times are expressed in ISO8601 format in UTC (Coordinated Universal Time), with a special UTC designator ("Z"). More details on the date format can be found here.