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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tmap filter empty string with tFileExcelInput

Hi,
In my job design, I have tFileExcelInput as main tMap. In tMap component, I have put condition to filter on one field (data type as string) to check is it null. I tested with !=null, but it doesn't work cuz in tLogRow, I still could see row with this field as empty string output.
Could anybody tell me how to solve this?
Sophanna

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
Have you already checked option"Trim column" under advanced settings of tfileinputexcel?
Best regards
Sabrina
0683p000009MEqN.png
Anonymous
Not applicable
Author

0683p000009MEn0.pngHi Sabrina,
I already check it. But in tLogRow output still output row with this empty field.
Sophanna
Anonymous
Not applicable
Author

hi all,
check for null & empty value "" perhaps.
if you anly filter some value, you can do it with a tFilterRow instead of tMap
regards
laurent
Anonymous
Not applicable
Author

Hi Kzone,
Thanks for your reply. Actually I just review my excel datasource that I export from access database and there is default value as "", that's why the field is not blank.
Best regards,
Sophanna