adif-pota2sig/README.md

14 lines
414 B
Markdown
Raw Normal View History

2024-05-14 20:11:50 +02:00
# 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.
2024-05-15 21:15:35 +02:00
## Usage:
```sh
adif-pota2sig.pl logfile.adi > extended-logfile.adi
2024-05-15 21:15:35 +02:00
```