Skip to content

Commit 4a1a7d4

Browse files
authored
Update README.md
1 parent d4d0dcc commit 4a1a7d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# adif-to-csv
2-
Convert ADIF files from: QRZ, HAMRS, MacLoggerDX, WINLOG32, N3FJP's Amateur Contact Log, plus various others to CSV using Python.
2+
Convert ADIF files from: LoTW, QRZ, HAMRS, MacLoggerDX, WINLOG32, N3FJP's Amateur Contact Log, plus various others to CSV using Python.
33
Author: Robert Campbell, [email protected], KM6HBH
44

55
Requirements:
6-
Python and a log file in adi format.
6+
Python and a log file in adif format: logname.adi
77

88
To Run:
99
Save adif.py locally.
1010
Run, fill prompt by entering location of adi file, example: C:\Users\km6hbh\Downloads\km6hbh-log.adi
1111
A CSV file will be created titled: ADIF_to_CSV_YYYY_MM_DD.csv
1212
File is saved in the same folder/location as adif.py.
1313

14-
Current run times are approximately 10 seconds per 1000 QSOs
14+
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 commit comments

Comments
 (0)