-
Hi All, I just setup Cloudlog and now want to move my logbook from HamOffice to Cloudlog. So i export my entire logbook to ADIF and import it in Cloudlog. What are the recommended values QSL_RCVD and QSL_SENT ? At the moment I am using
In the logbook I see, that the arrow for "N" is red. But my "N" is more like ignore maybe? And what does invalid stand for? I would just delete invalid QSOs from my log. QSL_RCVD:
All fine here so far, but are there any other values to maybe consider? Is there a reference which letters Cloudlog uses and what they stand for? vy 73 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @raufaser I would import the Adif raw as you exported it from Hamoffice. The you can use the Logbook Advanced to edit the QSL Values. You cannot change the Values freely since Cloudlog uses specific values to show correctly on the Browser. Aswell there are more columns in the Database which define how the QSL was sent or received. ![]() |
Beta Was this translation helpful? Give feedback.
-
If you still want to edit the Values before you import it to Cloudlog (or after updated manually with mysql) for each QSO in the table "TABLE_HRD_CONTACTS_V01" there are following QSL Related Columns: COL_QSL_SENT COL_QSL_SENT_VIA COL_QSL_RCVD COL_QSL_RCVD_VIA Then there are also columns for eQSL, LoTW and so on. The above described QSL Values are only for manually sent/recv QSL's (likely QSL Cards) Do you need more Info? |
Beta Was this translation helpful? Give feedback.
If you still want to edit the Values before you import it to Cloudlog (or after updated manually with mysql)
for each QSO in the table "TABLE_HRD_CONTACTS_V01" there are following QSL Related Columns:
COL_QSL_SENT
"N" = No (not sent yet)
"Y" = Yes (qsl was sent)
"R" = Requested (the other ham requested a qsl)
"Q" = Queued (qsl is queued to sent)
"I" = Ignore (Invalid) (no qsl needed, the ham do not do qsl)
COL_QSL_SENT_VIA
"" = empty (can be empty)
"D" = Direct (sent direct to the ham)
"B" = Bureau (sent via Bureau)
"E" = Electronic (sent by E-Mail)
"M" = Sent to QSL Manager
COL_QSL_RCVD
"N" = No (no qsl received yet)
"Y" = Yes (qsl received - only Paper QSL)
"R" = Requested (you requeste…