Add Carriage Return to CSV
Summary
Add Carriage Return to CSVContent
Hi,
I have a TCC script which exports data in a CSV file.
The problem i am facing is, the csv file exported contains Line feed at the end of each record. I want a carriage return and line feed both at the end of each record. Without that an external application which receives this file is not able to read the records i dont know for what reason, hence i need to put both CR and LF in the file. Is there any way i can do that modifying my TCC script itself.
0