30m vs 30M in adif from eQSL

4 posts / 0 new
Last post
la4vga
30m vs 30M in adif from eQSL

From eQSL I downloaded QSO's.
<CALL:5>FK8DD
<QSO_DATE:8:D>20121005
<TIME_ON:4>0757
<BAND:3>30m
<MODE:2>CW..........

<CALL:5>FK8DD
<QSO_DATE:8:D>20121005
<TIME_ON:4>0832
<BAND:3>17M
<MODE:2>CW...........

The 30meter-qso was not marked as comfirmed by eQSL in cqrlog.

I can see that band is written as "30m" in the adif, but the 17M was written with capital-M.

Both QSO were comfirmed by LoTW, but this adif had capital-letters.

I don't know the specification, but cqrlog could maybe handle small-letters.
The problem could also be in eQSL ?

73 de Børge / LA4VGA

la4vga
more info from console

Here is a printout from console...

20121005
Call: FK8DD
Band: 30m
Mode: CW
QSO_date: 20121005
Time_on: 0757
QSLR:
------------------------------------------------
select id_cqrlog_main,eqsl_qsl_rcvd from cqrlog_main where (qsodate ='2012-10-05') and (mode = 'CW') and (band = '30m')and (callsign = 'FK8DD')

select id_cqrlog_main,eqsl_qsl_rcvd from cqrlog_main where (qsodate ='2012-10-05') and (mode = 'CW') and (band = '30m')and (callsign = 'FK8DD')

20121005
Call: FK8DD
Band: 17M
Mode: CW
QSO_date: 20121005
Time_on: 0832
QSLR:
------------------------------------------------
select id_cqrlog_main,eqsl_qsl_rcvd from cqrlog_main where (qsodate ='2012-10-05') and (mode = 'CW') and (band = '17M')and (callsign = 'FK8DD')

select id_cqrlog_main,eqsl_qsl_rcvd from cqrlog_main where (qsodate ='2012-10-05') and (mode = 'CW') and (band = '17M')and (callsign = 'FK8DD')

update cqrlog_main set eqsl_qsl_rcvd = 'E'
,eqsl_qslrdate = '2012-10-07'
where id_cqrlog_main = 923
.....

73 de Børge / LA4VGA

ok2cqr
ok2cqr's picture
Re: 30m vs 30M in adif from eQSL

Thank you for excellent bug report, Børge! I just fixed it and commited to SVN. The bugfix will be part of next version.

73 Petr, OK2CQR

la4vga
it works now

Yes, this error is gone in 1.5.2
thanks

73 de Børge / LA4VGA