Replies: 2 comments 4 replies
-
I agree. I just checked the code, and at first it did look ok. It set's the gridsquare from the record like this:
But then it is overwritten from the station profile:
I think this should be changed to only overwrite from the station profile if it does not exist in the imported data. |
Beta Was this translation helpful? Give feedback.
-
MY_GRIDSQUARE from within Cloudlog comes from Station Locations this will not be changed We could add some code to see when importing if the MY_GRID exists and check it against Locations but apart from that its totally ignored within the HRD_ table I need to delete it in fact. Adding that code would mean that if the gridsquare wasn't in locations it would create a location to assign against the QSO, but changing it any other way would create all sorts of problems in other parts of Cloudlog. |
Beta Was this translation helpful? Give feedback.
-
I imported an ADIF file that I had a bunch of contacts I made from the gridsquare KO09qs.
However, when I view the contacts it shows my usual station gridsquare KP20dl.
When importing an ADIF file, if the MY_GRIDSQUARE value is specifically declared, this value should be used for the contact. This is what LOTW uses.
Repro Steps:
CALL:6PE1CMO<QSO_DATE:8>20211012<TIME_ON:6>141908BAND:413cmMODE:3SSB<SAT_MODE:3>SSB<SAT_NAME:6>QO-100<PROP_MODE:3>SATOPERATOR:4OG7D<STATION_CALLSIGN:4>OG7D<MY_GRIDSQUARE:6>KO09qsCOMMENT:36PE1CMO Tue, 12 Oct 2021 14:19:08 GMT
Results:
Station Gridsquare KP20DL
Expected:
Station Gridsquare KO09qs.
Beta Was this translation helpful? Give feedback.
All reactions