Errors after export adif file to ClubLog

6 posts / 0 new
Last post
Anonymous (not verified)
Errors after export adif file to ClubLog

I exported the entire log in adif file to ClubLog with strange errors. DXCC for over 450 qso is shown in ClubLog as "SATELLITE, INTERNET OR REPEATER" which is not true and distorts the dxcc statistics. If I edit these qso manually in cqrlog then they are uploaded to ClubLog correctly. But manual editing of 450 qso is a bit too much ;)
Is it possible to correct these qso's in some way?

Slav, EI6KW

oh1kh
Errors after export adif file to ClubLog

Hi Slav!

Looks like bug somewhere.
What field do you edit in cqrlog?
Perhaps "propagation", I guess.

That does not exist in QSO list/File/Group edit list. (Funny, but I am almost sure I have group edited some 4M qsos during summer to be sporadic E. How ever I can not found it now, but this computer does not have latest update)

Please specify a bit more carefully:
What adif tag fails?
What needs to be edited in cqrlog?

--
Saku
OH1KH

ei6kw (not verified)
Errors after export adif file to ClubLog

Hi Saku,
I didn't edit any fields in cqrlog. I just seen that online clublog update went wrong with "can't delete original qso" or so and I decided to export adif file for all qso and update clublog manualy in this way.

ei6kw (not verified)
Errors after export adif file to ClubLog

Hi Saku,
I checked on ClubLog website and ClubLog "thinking" that qso was on "SATELLITE, INTERNET OR REPEATER" only in 2cases. One of them is:

Club Log determines this from the ADIF BAND_TX and BAND_RX fields. If the BAND_TX value in a QSO record has a value that is different to that for the BAND_RX field, the QSO is determined to be cross-band.

A lot of qsos in my adif file has BAND_RX field as BAND_RX:0
Do you thing that is the case?

DL7OAP
Hi,

Hi,

i fixed this with https://github.com/ok2cqr/cqrlog/pull/341.

there was missed a begin - end in an if-statment, so BAND_RX was always exported, even if it was empty or not selected via the option "RX frequency" during the ADIF export process.

are you able to checkout the pull request and compile it?

73, de DL7OAP

ei6kw (not verified)
Errors after export adif file to ClubLog

Hi Saku and DL7OAP,

Compiled and it looks working now. Can't see any BAND_RX:0 in exported adif for over 6k qsos.

Thanks again to all.