Hi there,
I have a CSV file which is causing me problems. It is seperated by commas (obviously) but there are description fields which just to be a pain have commas in. So to fix this, all the description fields have had a " put around them and the normal fields haven't. This has left me wondering how to handle it. Example below:
CSV File:
id,name,location,description
10011,chris evans,earth,"hello, there, how are you?"
19022,jim bob,planet mars,"aia, aaja"
Any ideas?
Thanks,
Chris