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