Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend not verifying null checks on date columns

tFileInputDelimited date data type columns are not checked for schemacompliance!

 

In the Talend job I am reading an input file with 15 columns data and in that there are 3 date columns, I have unchecked the null check box for these date columns, but still in the input if the date columns are null it is processing with out sending it into the reject order file, but the same is working with string data types when they are null and when null check is disabled  those records are sent into the reject order file.

 

Tried with tSchemaCompliance component as well, not considering null on the date columns.

 

It is a simple and basic requirement on the date columns and that is not working!!

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,

 

    Its working fine for me. Please refer the screenshots below.

0683p000009M6h6.png

 

0683p000009M6hB.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

With tFileInputDelimited Reject order, disabling the null check on the date field is not working, that  way can we get the error on the date fileds when they are null? Also is it possible to show multi errors from a single row, like if I have 8 fields out of that 2/3 fields are not compliant with the schema definitions can we show all the errors in the error Message instead of the first field error alone?

Anonymous
Not applicable
Author

Hi,

 

   For null check, you can always depend on tMap by adding a Relational ISNULL function.

 

   Regarding your second query, you will have to raise it as a feature request in Talend JIRA.

 

https://jira.talendforge.org

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂