Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created a job as follows: TPostgresInput ---> TMap ----> TfileOutputDelimited. I am trying using the TMap to filter Null or empty rows on COD_RGE
As we can see on the schema, the COD_RGE is Nullable.
This is my filter to catch the rejects.
When I execute, I get
Exception in component tPostgresqlInput_1
java.lang.RuntimeException: Null value in non-Nullable column
I checked all my non nullable columns and did not find null value.
Not sure how to resolve this issue. Please help. Thanks.