Hi,
I need to write data into a file on application server.
The data is a combination of various fields from a table. If the last few fields of the table are empty ( that is there is no data in them ) , blank spaces should appear in them.
Moreoer in my case the last field is a FILLER ( Which is always EMPTY ).
But in such cases no blank spaces are appearing and the line stops where the last filled field stops ( This can be verified by downloading the file as .txt into presentation server ).
Can someone please explain how can the blank spaces be retained when writing into file on application server?
Thanks a Lot