Dennis,
I restested everything after I upgraded to 9.20.7 and I get the same results as reported in my first post.
I wasn't sure if Logic needed to be restarted after I changed the log file name in Log/Setup/Auto ADIF logging so I restarted just in case.
Attached are screen captures of the log fields screens for the ANT custom field. The filenames are:
user_defined_ant_field_1.jpg
user_defined_ant_field_2.jpg
user_defined_ant_field_3.jpg
user_defined_ant_field_4.jpg
My program gets the antenna value from the ADIF band field. Most of my antennas are single-band, so I can just hardcode in the program that if the contact is 20 meters then set the ANT field to be the 20 meter dipole.
I found an easy way to test the auto import without actually having to make a contact on the air. I can edit the file that Logic monitors using Notepad, duplicate a record that is already in the file, then save the file. The moment the file is saved Logic grabs that new record. So if you do that with the modified_wsjt-x_log_record_for_import_into_logic.adi attachment from my first post, Logic should grab it when you save the file.
There is one thing about the ANT field. The data value is '30/20 METER INVERTED VEE @ 35' - minus the single quotes, of course. Does ADIF mind the forward slash (/) in the data portion of the tag, or is it just another alphanumeric character that is part of the string?
Also, just for your reference I have included the source code for the two programs I use to add the custom fields to the ADIF record that Logic imports. They are:
list_wsjt_log_omni_2.rexx which calls
export_wsjt_log_2.rexxAs you can see from the suffix, they are written in the REXX programming language.
If you are unfamiliar with REXX you can download the interpreter from here:
https://sourceforge.net/...jects/regina-rexx/files/Click the regina-rexx link then click the 3.93 link. From there you can download either the
32-bit Regina393w32.exe or
64-bit Regina393w64.exe files for Windows, whichever is appropriate. These are self-extracting installation files.
Go to
https://sourceforge.net/...ina-documentation/3.9.1/to get the documentation.
regina.pdf is the language reference document, and
regutil.pdf is the documentation for the external function library.
Thanks again,
Mike - WB4HUC