3 hours ago
I created a data flow to improve data persistence. It goes from Graphical View -> Data Flow (scheduled to run every 20mins) -> Local Table -> Analytic Model.
This works fine but somehow there is a column that does not receive any values (just NULLs). It's a date column. It is mapped correctly. It is labeled as date on both sides. When I data preview in the data flow, the source shows the values for that column but the target just shows NULLs.
Any ideas what could be wrong or where to fix it?
Request clarification before answering.
Hello @jeanramon
Likely date format/type mismatch in Data Flow
Check Source vs Target datatype (DATE vs TIMESTAMP)
Add conversion function (e.g., TO_DATE() or explicit cast)
Also verify mapping + null handling rule
Thanks,
Sravan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.