Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camp185 authored Sep 29, 2022
1 parent d4d0dcc commit 4a1a7d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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, camp185@gmail.com, 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.

0 comments on commit 4a1a7d4

Please sign in to comment.