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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSchemaComplianceCheck : Null rejection while field is Nullable

Hi,
I'm puzzled by tSchemaComplianceCheck behaviour toward null values and schema.
It seems that if the schema is coming from a generic schema, nullable fields are not correctly checked.
Here are the tests :
- one generic schema containing 3 Nullable fields
- a job containing a fixedInputFlow and a tSchemaCompliance check. Both components refer to the same Generic Schema
Test 1:
- input contains a Null value
- "check all columns" is used in tSchemaComplianceCheck
=> the input is rejected.
Test 2
- input contains a Null value
- "check all columns" is unchecked tSchemaComplianceCheck
- the checkbox for the null Check on the 3 columns is activated
=> the input is validated
Test 3 :
- input contains a Null value
- "check all columns" is unchecked tSchemaComplianceCheck
- the checkbox for the null Check on the 3 columns are disabled
=> the input is rejected
I would have expected tests 1 and 2 to validate the input !?
Is it a bug when the "check all columns" is used instead of the column by column check ? Am I missing something ?
Thanks for your help.
Xavier
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
I think that this behavior might be related to 8212
HTH,
Anonymous
Not applicable
Author

Indeed, this is same issue.
I searched the forum for traces of this bug but forgot to check the Bugtracker...
I'll wait for the 3.1.4. version...
Thanks.
Xavier