08-29-2019 12:50 AM
Hi,
I have a requirement to add header and trailer records to a text file before writing to a server.
Can any one guide me how to achieve this functionality.
Thanks,
08-30-2019 02:36 AM
Reading the data from file reader, doing some data conversions, using CSV formatter and writing it to the file with file writer