Hi guys,
How to remove empty lines in the CSV FF, if it comes in the middle ?
For example:
there are 4 rows.
A,B,C,D=>Row#:1
A,B,C,D=>Row#:2
A,B,C,D=>Row#:3
A,B,C,D=>Row#:4
If you see that, there is an empty line between Row#:3 & Row#:4
I can check null or blank using loop. I don’t want to check it inside loop.
During FF conversion itself, I would want to remove the empty lines.
Could you please help me to remove the empty lines?
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods