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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[Component] tFileInputDelimited - Problem with datas

Hello,
I have some trouble dealing with this component. I have to insert/update lots of data from a CSV file and I want to log the wrong lines into another table.
See an overview of my job components :
tOracleConnection ----> tFileInputDelimited --(main)--> tMap ----> tOracleOutput ----> tOracleCommit
|--(rejected line)--> tMap ----> tOracleOutput ------------|

A few errors are logged (too many columns, Column(s) missing) and other errors are not (null value in not null column, words of 135 characters in 30 size column or mismatched datatype), resulting in Oracle errors.
How can I log all the errors ?
Thanks
Labels (2)
1 Reply
Anonymous
Not applicable

Hi,
I think you could use a tSchemaComplianceCheck to retrieve the errors which are not logged by the tFileInputDelimited.
Regards,
karine