Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Workday Source Data Type
| Snowflake Target Data Type
|
---|---|
json | variant |
string | char(p), 4 <= p <= 4000 |
xml | variant |
xsd | integer |
xsd | number(38,s), 1 <= s <= 37 |
xsd | number(p,s), 1 <= p <= 37, 1 <= s <=
37 |
xsd:boolean | boolean |
xsd:date | date |
xsd:datetime | timestamp_tz(3) |
xsd:string | char(p), 4 <= p <= 4000 |