hi,
I am creating a CSV file for report generation.
The problem is if the value contains "," , it is getting stored in a seperate column..
ie value is abc,xyz then abc and xyz are getting stored in two different columns.how can i avoid this.(i tried storing values with " surrounding them but of no use.)
also i am using while loop for multiple records.
right now the values are getting stored in a single line.
how can i get diff records in seperate rows of an excel file.
Thanks in advance
spookie --------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.
I am creating a CSV file for report generation.
The problem is if the value contains "," , it is getting stored in a seperate column..
ie value is abc,xyz then abc and xyz are getting stored in two different columns.how can i avoid this.(i tried storing values with " surrounding them but of no use.)
also i am using while loop for multiple records.
right now the values are getting stored in a single line.
how can i get diff records in seperate rows of an excel file.
Thanks in advance
spookie --------------------------------------------------------------------------
I never set a goal because u never know whats going to happen tommorow.