Hello All,
I have created a logic to create a CSV file through code using streamwriter by addling values to the list and using strList2str(List, ',') I have used ',' as the delimiter. I am fetching records form the table and creating this CSV file and it is working fine except for few fields because of the field value(for eg: Address field - california, USA). This field is getting split because it has a , value.
Is there any workaround to achieve this?
Thanks