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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.