Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am querying a database and writing the resultset to a file using tFileOutputpositional.
use "\r\n"
\r - new row
\n - new line
use it in combination. it should work.
else
try doing "\n\n", I have not tested yet, try it out.
Please follow the below screenshot. Add "\n" in your row separator property.
Mark as solution if this resolved your issue
Hi Sid4U,
Thanks for replying. \n is for new line (which is the default value already available) , while I am expecting carriage return (not new line feed). I guess both are different.
use "\r\n"
\r - new row
\n - new line
use it in combination. it should work.
else
try doing "\n\n", I have not tested yet, try it out.
This worked!! Thanks!