Processing unknown ADIF fields
ADIF format defines many fields available for import and export. In most cases 59+ Log has equivalent database fields that correspond to those of the ADIF format. Not all ADIF fields have corresponding entries in 59+ Log though. Despite of the fact you can still export and import them.
59+ Log supports formatted strings - a feature unique to this application. It enables you to save any imported and exported information in the "Notes" database field of the log.
If during the import operation 59+ Converter encounters an unknown entry it will convert it to a string and put into the "Notes" database field. When exporting the log the "Notes" field is constantly scanned and unknown fields will always be exported correctly to an ADIF file.
Converted strings have the following format:
<FormattedString>:<FieldValueInStringFormat>;
The following table shows fields that can be represented by a formatted string in the "Notes".
|
Formatted string |
ADIF equivalent |
Comment |
|
Addr
|
ADDRESS
|
As
it will appear on the mailing label |
|
Age
|
AGE
|
|
|
ArrlSect
|
ARRL_SECT
|
|
|
USACounty
|
CNTY
|
US
County in the format STATE,COUNTY. For example GA,BARROW. Use CQ County
list |
|
ContestID
|
CONTEST_ID
|
Contest
Indentifier -- SS, ARRLVHF, ARRLDX, etc. |
|
Freq
|
FREQ
|
in
Megahertz |
|
GridSq
|
GRIDSQUARE
|
4,
6, or 8 or however many characters |
|
Name
|
NAME
|
|
|
Operator
|
OPERATOR
|
Callsign
of person logging the QSO |
|
PropMode
|
PROP_MODE
|
|
|
QslMsg
|
QSLMSG
|
Personal
message to appear on qsl card |
|
QSLRDate
|
QSLRDATE
|
QSL
Rcvd Date |
|
QSLSDate
|
QSLSDATE
|
QSL
Sent Date |
|
QTH
|
QTH
|
|
|
RxPwr
|
RX_PWR
|
Power
of other station in Watts |
|
SatMode
|
SAT_MODE
|
Satellite
Mode |
|
SatName
|
SAT_NAME
|
Name
of satellite |
|
Srx
|
SRX
|
Received
serial number for a contest QSO |
|
UsState
|
STATE
|
US
state |
|
Stx
|
STX
|
Transmitted
serial number for a contest QSO |
|
TenTen
|
TEN_TEN
|
|
|
TimeOff
|
TIME_OFF
|
HHMM
or HHMMSS in UTC |
|
TimeOn
|
TIME_ON
|
HHMM
or HHMMSS in UTC |
|
TxPwr
|
TX_PWR
|
Power
of this station in watts |
|
VeProv
|
VE_PROV
|
2-letter
abbreviations: AB, BC, MB, NB, NF, NS, NT, ON, PE, QC, SK, YT |
|
59L_OP
|
|
59+
Log operator (“Op” database field in the 59+ Log) |
|
For example, if you put the following string into the "Notes" field
"Nice pal. Do not forget to send him a QSL! QSLMsg: Excellent signal! CU L8R on 40, Steve!; VeProv: QC"
the string will be parsed correctly and the QSL message - Excellent signal! CU L8R on 40, Steve! - will be exported to the ADIF file. It will also show up on the QSL that you will print out using 59+ Log. The Canadian province - Quebec - will also be extracted and processed by 59+ Converter. |
See Also: ADIF import, ADIF export