Coupa Data Type | Transformation Data Type | Description |
|---|---|---|
BOOLEAN | integer | Logical Boolean (true/false). |
DATETIME | string | 1 to 65536 characters. In Coupa, string data type handles date/time values. |
DATE | string | 1 to 65536 characters. In Coupa, string data type handles date/time values. |
DECIMAL | double | -2,147,483,648 to 2,147,483,647 Precision 12, scale 0 |
FLOAT | double | -2,147,483,648 to 2,147,483,647 Precision 12, scale 0 |
INTEGER | double | -2,147,483,648 to 2,147,483,647 Precision 12, scale 0 |
STRING | string | 1 to 65536 characters. |