I have this data stored in S3 as .csv (but it can be any other file format which is the best suitable for my requirement):
"41.9100687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417","41.9810128,-87.8785121","41.9200687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417",
"41.9100687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417","41.9810128,-87.8785121","41.9200687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417",
"41.9100687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417","41.9810128,-87.8785121","41.9200687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417",
"41.9100687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417","41.9810128,-87.8785121","41.9200687,-87.8805614","41.9802511,-87.8803253","41.9806802,-87.8792417",
and I would like to have one coordinate per column:
Like this:
Coordinates:
1. 41.9100687,-87.8805614
2. 41.9802511,-87.8803253
3. 41.9806802,-87.8792417
After importing S3 I choose CSV as data type... And then I add string column.
But instead I get some weird table output. Beside this I tried to import this as plain txt file with comma delimiter.. I get same weird output.
What am I doing wrong here?
EDIT
This test
column screenshot is query from another but identical example. There should be gps_coordinates