AMC data types, timestamp, and date formats
Dataset columns can be defined with the following data types. Pay close attention to the accepted formats for TIMESTAMP and DATE columns. If values in CSV / JSON data do not meet the accepted format, the upload might fail.
Ensure all values in CSV / JSON data confirm the specified data type and format before uploading. Where possible, string values will be coerced to the corresponding numerical type and vice-versa, but no guarantees are made on the casting process.
Data type | Format | Example |
---|---|---|
STRING |
UTF-8 encoded character data |
|
DECIMAL |
Numerical with two floating point level precision |
|
INTEGER (int 32-bit) |
32-bit numerical, no floating points |
|
LONG (int 64-bit) |
64-bit numerical, no floating points |
|
TIMESTAMP |
yyyy-MM-ddThh:mm:ssZ |
|
DATE |
yyyy-MM-dd |
|