peoplecode to escape commas when creating csv file to display for excel
Hi,
I am using peoplecode to create a csv file and is facing this issue.
The name portion has a comma in it and must be included. However, when I opened the csv file in excel, it considered the 2nd half of the name a different cell.
eg. ABC,DEF in csv file
will be
I would like the result to be
What is the code to do that? I cannot use filelayout and I have tried many different methods such as double quotes but nothing works.
Please help!
Thanks!