Visualization of JSON or CSV files

I’m a beginner learning TouchDesigner.

I’ve been using Google Maps Timeline to record my movement paths, and I want to bring this data into TouchDesigner to create a visual representation in the form of lines.

I have extracted the data as a JSON file and converted it into a CSV file. Now, I’m looking for a way to import this data into TouchDesigner, preferably as an SOP or any other form that allows me to create a line representation of my movement.

The image below shows the path data I extracted. I only want to bring the path (lines) into TouchDesigner, and I do not need the background map.

I would greatly appreciate any advice you could provide!
Just in case, I’ve attached the JSON and CSV data files.
Thank you very much! :blush:

WORK.zip (571.7 KB)

Is this what you’re looking for? I used the tableDAT to open the CSVs, removed non-position data, then used dat->chop->sop. It extends far beyond what the image shows so you have to navigate around to find it.

I’m also curious about the timestamps, could be interesting to use the time to visualize progression along that path.

Travel_Path_CSV2SOP.tox (299.7 KB)