argosp / trialdash

Trials dashboard
2 stars 2 forks source link

Bad CSV format #379

Closed yehudarav closed 1 year ago

yehudarav commented 1 year ago

The downloaded file does not split the location into values. That is,

name,entitiesTypeName,Location,Height "Gilat","Sonic","{'name':'OSMMap','coordinates':[32.10002639514208,34.86030578613282]}", "Ramat Hovav","Sonic","{'name':'OSMMap','coordinates':[32.0528987905317,34.86030578613282]}",

Where it should be name,entitiesTypeName,MapName,Longitude,Latitude,Height Gilat,Sonic,OSMMap,32.10002639514208,34.86030578613282, Ramat Hovav,Sonic,OSMMap,32.0528987905317,34.86030578613282,

erasta commented 1 year ago

fixed https://github.com/argosp/trialdash/commit/2c8eb60e164578a28e9560f7709a88528692b8a1