Slack data type | Transformation data type | Description |
---|---|---|
Boolean | Integer | Precision 10, Scale 0 |
Double | Double | Precision 15, scale 0 |
Float | Double | Precision 15, scale 0 |
Integer | Integer | Precision 10, scale 0 |
String | String | 1 to 104,857,600 characters Default precision is 4000 |
Timestamp | Date/Time | Jan 1, 0001 A.D. to Dec 31, 9999 A.D (precision to the milliseconds) |