ryangriggs / GoogleTimelineMapper

Map and Browse Google Timeline Semantic Location History data
Apache License 2.0
40 stars 4 forks source link

Update index.html #9

Closed MueJosh closed 4 months ago

MueJosh commented 4 months ago

changing comma with dashes in the first row of all cells.

new export for CSV removing quote marks so other programs can handle the data correctly

CSV = Comma-separated values and not quotation-seperated values

ryangriggs commented 4 months ago

@MueJosh in CSV format, values containing spaces or commas can/should be enclosed in quotes.

What do you mean add dashes on first row?

MueJosh commented 4 months ago

@MueJosh in CSV format, values containing spaces or commas can/should be enclosed in quotes.

What do you mean add dashes on first row?

ohh, youre right!

If data gets imported that containes commas in the first row (of each cell) they get converted to dashes (so it works properly). Thats not needed tho, I didnt realize that ,"example, text", ... is the way to go for csv.

ryangriggs commented 4 months ago

@MueJosh also if any text contains quotes (") they must be escaped.