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
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