Jagdev Singh
Active Member
Hi Experts
I want to convert the CSV file into excel. THe seperator used in the CSV file is (";" instead of (,). I find a solution online which says open the CSV and add (sep=Semicolon(";") in the beginning and then open it in excel. I opened the CSV file in notepad and added the code and opened the CSV in excel. It worked for the first line and rest of the line didn't picked it. Is there any simple way to deal with all the records at the one go.
Regards,
JD
I want to convert the CSV file into excel. THe seperator used in the CSV file is (";" instead of (,). I find a solution online which says open the CSV and add (sep=Semicolon(";") in the beginning and then open it in excel. I opened the CSV file in notepad and added the code and opened the CSV in excel. It worked for the first line and rest of the line didn't picked it. Is there any simple way to deal with all the records at the one go.
Regards,
JD
Last edited: