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: 
DavidETL
Contributor III
Contributor III

Is it possible to Hide Red Text Exception in tFileInputExcel ?

Hello,

 

Is there a way to hide/suppress the red text Exception produced by tFileInputExcel? I have some rows in a file which is a repeated header, and I basically want to hide the Red Exception that the component outputs as it provides warnings when it cannot convert a date etc.

 

Thanks in Advance


David

Labels (1)
  • v7.x

1 Solution

Accepted Solutions
Anonymous
Not applicable

If you have a situation where your data from a file cannot be trusted to conform to your expected schema, you should bring all column data in as Strings, then carry out type validation on the data before converting it to the expected type.

View solution in original post

3 Replies
Anonymous
Not applicable

If you have a situation where your data from a file cannot be trusted to conform to your expected schema, you should bring all column data in as Strings, then carry out type validation on the data before converting it to the expected type.

Anonymous
Not applicable

You can configure the option "Die On Error" by activating the option or not

DavidETL
Contributor III
Contributor III
Author

Thank you, this ended up being the most robust solution.