Data sources define what data should be imported. Only admin users can create data sources. In this module, the data source is a Microsoft Excel spreadsheet. Other possible data sources are:
Data is not imported directly from a Data Source into the target table. The steps are:
While transforming,
1) Do not use the string NULL in source data or in a script. NULL is a reserved word. Null and null can be used but not NULL.
2) Field Maps take precedence over Transform Map scripts.
3) Use the coalesce option in a Transform Map Field Map to determine if a row in the source data matches a record in the target table. The coalesce option makes a field a record's unique key. Set the coalesce value to true to use a field to check for collisions.
Transformation Script:
Transformation events occur during the process of transforming an import set table onto a target table. Transformation Event Scripts modify the transformation behaviour at different points in the transformation process.
Help:- Transform Scripts SNOW
Comments
Post a Comment