(01.05.2016, 20:15)routeconverter Wrote: I could extend the semicolon magic to 2 semicolons:
<name> ; <description> ; <comment>
Actually only GPX has got this variety of fields that are hard to distinguish when it comes to what to store where.
That would be useful - I thought when you said RouteConverter had this bit of magic you meant it was peculiar to your program, but I guess it's a GPX feature, Locus supports it anyway.
I've found that when I add the <desc> field to <name> Locus displays them in different fields, which is what I was hoping for.
So I can now export GPX data to CSV using the Columbus V900 Professional format, load the CSV into Excel, do my edits and export the CSV back to RouteConverter and thence to Locus.
The awkward part of this is that there could be several fields in one spreadsheet column (<name>, <desc> and <cmt>), with a bit of messing about in a text editor finding ";" and replacing it with "," you can get a proper CSV file, but that only works if there are the same number of sub-fields in each name field, and of course ";" should not be used within any text.
What is needed is a CSV format that splits the GPX <name> field into <name>, <desc> and <cmt> to be used with spreadsheets, databases and so on that adhere to the traditional CSV format.