Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabrillo export for Field Day logs is broken #15

Open
whitis opened this issue Jun 29, 2020 · 0 comments
Open

Cabrillo export for Field Day logs is broken #15

whitis opened this issue Jun 29, 2020 · 0 comments

Comments

@whitis
Copy link

whitis commented Jun 29, 2020

On the fldigi log cabrillo export dialog, there is no ARRL-FD entry in the contest selection and there is no checkbox to allow the inclusion of the FD_CLASS and FD_SECTION fields. In addition, the cabrillo export used the wrong local station callsign in the header and in every QSO record. It also used the callsign from the computer being used to convert the log instead of the callsign used on the computer generating the ADIF log.

Crude workaround
cat filename.adif | sed -e "s/<[A-Z_]*:[0-9]*>/,/g" | csvtool col 2,4,5,7,3,10,11 - | sed -e "s/,/ /g" | sed -e "s/7.\([0-9][0-9][0-9]\)/7\1./" -e "s/SSB/PH/" -e "s@20200627@6/27@" -e "s/\([0-9][0-9][0-9][0-9]\)[0-9][0-9]/\1/"
Online FD cabrillo generator

lsb_release -a; uname -a; dpkg -l fldigi
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
Linux cervantes 5.3.0-53-generic #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii fldigi 4.0.1-1 amd64 digital modem program for hamradi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant