Bulk edit Logfile using SQLite
Posted: Sun 26. Nov 2023, 00:48
I'm going through by logbook and trying to correct some of the log info for stations that I've hunted for POTA.
Given that I typically log the park that I've hunted, tracking down the park information (gridsquare, county, state, etc) is pretty straightforward, but wanting to automate this a bit moving forward. Nothing scary there.
Looking at the rlog file using the SQLite ER tool in RustRover, I see many of the "free text" VARCHAR columns are URL Encoded in a peculiar way - in that the traditionaly "safe" characters are also encoded. So this is possibly a question for Thomas - but others who have the answer already could chime in..
1. Which fields (columns) are URLEncoded?
2. Which characters are you NOT encoding, which I assume is a shorter list than asking what is being encoded? Or which encoding algorithm/library/package are you using? I'll take the answer in whatever format is simplest to describe.
Thanks & 73,
Jim N6KRJ
Given that I typically log the park that I've hunted, tracking down the park information (gridsquare, county, state, etc) is pretty straightforward, but wanting to automate this a bit moving forward. Nothing scary there.
Looking at the rlog file using the SQLite ER tool in RustRover, I see many of the "free text" VARCHAR columns are URL Encoded in a peculiar way - in that the traditionaly "safe" characters are also encoded. So this is possibly a question for Thomas - but others who have the answer already could chime in..
1. Which fields (columns) are URLEncoded?
2. Which characters are you NOT encoding, which I assume is a shorter list than asking what is being encoded? Or which encoding algorithm/library/package are you using? I'll take the answer in whatever format is simplest to describe.
Thanks & 73,
Jim N6KRJ