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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

empty rows

Hi,
I am having in my CSV file an empty rows which I do not want to output.
I would like to have in my CSV output the only rows with data.
I have use tjava row to find my empty row , I also use filter row to filter which one are emapty but still having in my output empty row .
Anyone can help?
Thanks
Zeljka
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Just to add my real image AND my java code..
Z
Anonymous
Not applicable
Author

Why not just check "Skip empty rows" in tFileInputDelimited?
You can't easily filter with tJavaRow. Use tFilterRow: in advanced mode you can use custom java code
Anonymous
Not applicable
Author

Well... for such basic filtering just use a tmap with a filter expression.