I have to parse the text file and create a csv file.
But main problem i am currently facing whenever i am creating the csv file. IT delimit the content too and move the content to next column. which has "," by default how can i get rid of this problem. Please help
For example "A,B,C","options"
it will create four column A B C options
but i want two column A,B,C options