Importing with 2-byte characters

3 posts / 0 new
Last post
JE8VZK
Importing with 2-byte characters

I used Calc before I knew CQRlog. Mainly domestic QSOs.
Now I try to import them to CQRlog.
I have got a PERL converting script by help of AI.

my csv: (header same as adif tag)
call,qso_date,time_on,freq,band,mode,rst_sent,rst_rcvd,cnty,gridsquare,qth_intl,app_cqrlog_qsls,app_cqrlog_qslr,my_gridsquare,name_intl,comment,notes,award

adif to import
JA1XCZ/4 19940102 0018 18.1300 17m SSB 59 59 3508 PM64QL 福山市 B Q QN04ua 石井

Result imported:(changed to lower case)
19940102 0018 JE8VZK JA1XCZ/4 SSB 18.13 17m 59 59 石井 福山市Y PM64ql 1279 JA 339 45 25 3508 Q

CQRlog omitted B. Then I edited by group edit.

JE8VZK
Importing with 2-byte characters

adif to import
<call:8>JA1XCZ/4 <qso_date:8>19940102 <time_on:4>0018 <freq:7>18.1300 <band:3>17m <mode:3>SSB <rst_sent:2>59 <rst_rcvd:2>59 <cnty:4>3508 <gridsquare:6>PM64QL <qth_intl:3>福山市 <app_cqrlog_qsls:1>B <app_cqrlog_qslr:1>Q <my_gridsquare:6>QN04ua <name_intl:2>石井 <comment:0> <notes:0> <award:0> <eor>

Result imported:(changed to lower case)
<qso_date:8>19940102 <time_on:4>0018 <station_callsign:6>JE8VZK <call:8>JA1XCZ/4 <mode:3>SSB <freq:5>18.13 <band:3>17m <rst_sent:2>59 <rst_rcvd:2>59 <name_intl:2>石井 <qth_intl:3>福山市<qsl_rcvd:1>Y <gridsquare:6>PM64ql <distance:4>1279 <app_cqrlog_dxcc:2>JA <dxcc:3>339 <ituz:2>45 <cqz:2>25 <cnty:4>3508 <app_cqrlog_qslr:1>Q <eor>

JE8VZK
[Solved] Importing with 2-byte characters

Thank you for the reception to my second issue.

Normally the QTH and Name are part of a set, but at first the QTH and Name were sequential, so CQRlog ignored the Name. So, as a result of the effect on 2-byte characters, I had to put something in between and release it as a last resort. (Tags for raised issues)
Now, thanks to the revision, I can follow the Name with QTH.

I have not read "IntlString - a sequence of International Characters. Fields of type IntlString must only be used in ADX files."

I can input directly to the log without any problems, but I was having trouble importing it.
This will make not only Japanese users but also Chinese happy.