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

date parse error and tSchemaComplianceCheck

Hello!
As I've started the real work, more and more issues are coming up, sorry for bothering all the time 0683p000009MA9p.png
Well I have another issue when I enter a "error causing" - line into my test- input file: there is a Date in it which, for example is filled with "ffffff" instead of "24112008" for example.
I'm also using a tSchemaComplianceCheck - component which should help to write out a message into a special (delimited) file when the fields in a row don't have the correct format.
But now, the date parsing error is thrown earlier, in the tFileInputPositional - component and so there is a "parse error" - message written to system out/system error but as this wrong sentence never reaches the tSchemaComplianceCheck, the error is never written ino the delimited file.
Is there any other possibility to make this work?
Thank you in advance,
Stefan

Labels (2)
11 Replies
youssef2
Contributor
Contributor

Hi,
Try defining your columns in tFileInputPositional as strings and then check what you want in tSchemaComplianceCheck with the option "use another schema for compliance check" checked.
Regards,
Youssef

Anonymous
Not applicable
Author

Hello!
The tComplianceCheck doesn't work here. I tried to use it with my date pattern, but the date will not be rejected eventhough the data doesn't match the pattern: there is a "unparseable date:" - message printed to the screen but the line is not written thorugh the "reject" connection.
Any ideas?
I have a poor data quality of the input files so I really need to write out the lines which are "bad".
Thank you.
Stefan

Anonymous
Not applicable
Author

How to catch the below error and display an error msg.
Message from server 'XYZ' (Msg 4002, Severity 14, State 1):
Login failed.
DB-Library error (Error 20014, Severity 2):
Login incorrect.

Anonymous
Not applicable
Author

Hi,
I am having the same issue as CrazyBird - The tSchemaComplianceCheck is not validating the date format even though one is defined.
Any ideas?
If this is a known error has it been fixed in the latest version?

Anonymous
Not applicable
Author

Hello

If this is a known error has it been fixed in the latest version?


It have been fixed in the latest version.0683p000009MA9p.png
Best regards

shong

Anonymous
Not applicable
Author

Thanks Shong.

_AnonymousUser
Specialist III
Specialist III

I am still facing this issue even after using TALEND V4.0.1.

Anonymous
Not applicable
Author

Hi,
i would like to know if this problem is fixed in the last version TIS v4.1.
Thanks.
Best regards

_AnonymousUser
Specialist III
Specialist III

Hi i am trying the change the Date format for my output file.
My input .xls file has date in format dd/MM/YY but i want the output .csv file to have to have date as dd/MM/YYYY.