12 lines
401 B
Markdown
12 lines
401 B
Markdown
# adif-pota2sig
|
|
|
|
Convert POTA fields in adif files to SIG and SIG_INFO fields
|
|
|
|
Parse adif file, if a record has one or more POTA_REF entries (delimited by a
|
|
comma), add SIG POTA and SIG_INFO with reference. Multiply record such, that
|
|
every POTA_REF entry is a separate record with own SIG_INFO.
|
|
Extended adif file will be printed to stdout.
|
|
|
|
Usage:
|
|
adif-pota2sig.pl logfile.adi > extended-logfile.adi
|