Good day,
I have problems reading a large csv file in which one column contains character entries with spaces. The first row of the data contains variable names. The first few lines of the data look similar to this:
ID,CITY
23,Vienna
17,Paris
45,Buenos Aires
etc.
The fourth row in this example causes trouble because the space between Buenos and Aires is interpreted as a delimiter. I have tried the load[] command and atog. Both have the same problem. Is there any way to tell load or atog not to interpret the space as a column delimiter?
Thanks a lot.