Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chevdor/adif2csv
A python script to convert and massage an ADIF file to CSV
https://github.com/chevdor/adif2csv
adif converter hamradio
Last synced: about 1 month ago
JSON representation
A python script to convert and massage an ADIF file to CSV
- Host: GitHub
- URL: https://github.com/chevdor/adif2csv
- Owner: chevdor
- Created: 2024-06-05T10:06:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T10:08:01.000Z (8 months ago)
- Last Synced: 2024-12-13T10:48:30.492Z (about 1 month ago)
- Topics: adif, converter, hamradio
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADIF to CSV
This is an improved version based on https://github.com/timseed/adif_to_csv
This version differs with the following:
- that removes some of the strong assumptions of the original implementation where all the ADIF lines have the same
amount of fields
- add reprocessing to the out to fix and format some fields and generate new ones## Usage
```
ADIF=/path/to/adif/file.adif
python main.py $ADIF
```The resulting CSV will be shown as output and save as a new file with the .csv extension.