Just wanted to share a problem I found while playing with file import and exports while learning file structures to write some software. You can create a waypoint for each symbol that is an option in the symbol list. Then export out as CSV and import right back in and the waypoint symbol is different. This happens with the last bunch of symbols in the list. About the first 31 work then after that it depends on which ones you choose. I confirmed it is only an export problem, the import function actually works fine if manually creating the CSV file. It appears as though the export CSV code is using sequential numbers (the ID of the symbol) from 0-48 I believe from memory. But in reality there are gaps so they need to be 0-31, 51-57, 60-64 etc. I have the exact layout but it is easy to see if you create a waypoint and assign each symbol in the list to them so that you have a waypoint for each symbol (approx 48 I believe). Then export to GPX and CSV. These are both text files readable in notepad. You can see the symbol ID discrepancies. The GPX will import fine, the CSV won't. If you manually change the CSV file symbol IDs to match the GPX file symbol IDs then import the CSV it works fine. It would be nice if Furuno fixed this its an easy bug to replicate and fix. Thanks