Hi Peeps
I'm busy with a CSV file, the delimiter used it's a semicolon. Now, the problem is, some of the URL's on the lines contain a semicolon. Now those semicolons act as a separator/delimiter.
I'd like to ask what can I do to solve this issue?
I read somewhr that if the CSV is comma separated then I'd put double quotes ( "" ) around the text. I havent tried this since I think it might mess up the URLs.
I'm busy with a CSV file, the delimiter used it's a semicolon. Now, the problem is, some of the URL's on the lines contain a semicolon. Now those semicolons act as a separator/delimiter.
I'd like to ask what can I do to solve this issue?
I read somewhr that if the CSV is comma separated then I'd put double quotes ( "" ) around the text. I havent tried this since I think it might mess up the URLs.