'Date fields not getting loaded from source/expression to target while using odbc connection
I have columns like a int, b varchar,c timestamp in my table x (redshift) and am trying to load those three columns into another table b(redshift) by using a mapping m1, in that am using odbc connection's.
Issue is am able to load the data for all the columns except date fields (c timestamp) whether those are from src or expression.
In place of date null values are storing.
Mapping ran successful without any issue/warning.
Note: am using odbc connection's because I need to call stored procedure in Post sql.
Solution 1:[1]
thanks for your response. As I modified the lookup transformation then I resolved the issue. In lookup mapping I just modified the multiple matches to return all rows then the date fields are getting loaded from source/expression transformation to target.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kranthi Kumar |
