SuccessFactors Data Type | Transformation Data Type | Description |
---|---|---|
Binary | Binary | 1 to 104,857,600 bytes |
Boolean | String | 1 to 104,857,600 characters |
Byte | Integer | -2,147,483,648 to 2,147,483,647 Precision 10, scale 0 |
DateTime | Date/Time | -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Precision 19, scale 0 |
DateTimeOffset | Date/Time | Jan 1, 0001 A.D. to Dec 31, 9999 A.D. (precision to the nanosecond) |
Decimal | Decimal | Precision 1 to 28, scale 0 to 28 |
Double | Double | Precision 15 |
Float | Double | Precision 15 |
Guid | String | 1 to 104,857,600 characters |
Int16 | Integer | -2,147,483,648 to 2,147,483,647 Precision 10, scale 0 |
Int32 | Integer | -2,147,483,648 to 2,147,483,647 Precision 10, scale 0 |
Int64 | Bigint | -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Precision 19, scale 0 |
SByte | Integer | -2,147,483,648 to 2,147,483,647 Precision 10, scale 0 |
Single | Double | Precision 15 |
String | String | 1 to 104,857,600 characters |
Time | Date/Time | Jan 1, 0001 A.D. to Dec 31, 9999 A.D. (precision to the nanosecond) |