-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# adif-to-csv | ||
Convert ADIF files from: QRZ, HAMRS, MacLoggerDX, WINLOG32, N3FJP's Amateur Contact Log, plus various others to CSV using Python. | ||
Convert ADIF files from: LoTW, QRZ, HAMRS, MacLoggerDX, WINLOG32, N3FJP's Amateur Contact Log, plus various others to CSV using Python. | ||
Author: Robert Campbell, [email protected], KM6HBH | ||
|
||
Requirements: | ||
Python and a log file in adi format. | ||
Python and a log file in adif format: logname.adi | ||
|
||
To Run: | ||
Save adif.py locally. | ||
Run, fill prompt by entering location of adi file, example: C:\Users\km6hbh\Downloads\km6hbh-log.adi | ||
A CSV file will be created titled: ADIF_to_CSV_YYYY_MM_DD.csv | ||
File is saved in the same folder/location as adif.py. | ||
|
||
Current run times are approximately 10 seconds per 1000 QSOs | ||
Run times are dependent on details of your log. LoTW log (24 fields) with 500 contacts, a 2-3 seconds. QRZ log (50 fields) with 500 contacts, 15 seconds. |