I have a c# application which exports the data from SQL server to CSV. During one such export the data from the table is split into multiple columns due to the presence of certain special characters.
How can I load the data without losing the special characters and without splitting the column data into several columns?
Below is the code sample that is not working fine.
sw.Write( string.Format("\""+column.ToString()+"\""));
where column value is:
Need to add "ABCD, LMSW @ 123-456-789" and J Yu, PhD @ 123-456-789" to OFFICE INFORMATION box on the right side of the web page: https://xyz.abc.yz.edu/