Skip to content

A python script to convert and massage an ADIF file to CSV

Notifications You must be signed in to change notification settings

chevdor/adif2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A python script to convert and massage an ADIF file to CSV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages