-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import ADIF files for data transfer #10
Comments
True. |
Hi. I know you don't know. ;) But will it? It'd be a very nice feature. With check if we had QSO before. 👋🏻 |
bumping an old issue, but...
|
@DE8MSH , in case you would still like to have those contacts inside the It was not a pretty process, but it got the data into the program, so I can enjoy knowing if I had previous contact. I would happily share the python script I put together to do the above. |
Michael - please resist putting in features that are NOT contesting features! During a contest, the only time I care if I worked you before is in the contest I'm in right now! This isn't a general logging program. It's a contest program! There are several great general purpose logging programs that run on Linux and do all the features the OP is asking for and tons more. I use CQRLog for general logging on Linux. The OP can use one of those. THIS PROGRAM however is the only decent contesting program available for Linux. Please keep it that way by resisting general logging features and other things not related to contesting. |
I think this could be better served not by making a program to inject ADIF data back into the database, but to rather create an already supported call history file. Which can then be easily loaded by an already existing mechanism. So say @rolnas, @DE8MSH or @cbspidi want to use the general logging plugin, but see past contact info they've had on other programs like the contacts name or a remark from a past log. @cbspidi could modify his already written program to convert the ADIF to a slightly different CSV type file. The general logging plugin looks for the fields
Bada Bing Bada Boom. Everyone's happy. |
@cbspidi @DE8MSH @FastThenLeft @rolnas To maybe help the situation a little I wrote another program to map an ADIF files taggs to a Not1MM/N1MM compatible call history file. It can be installed with: pipx install adif2callhistory When the file is saved, you will end up with something like:
|
Thank you @mbridak , I take the output is a data ready for the SQL injection, nice! |
Well, I guess you could use it for that. But it's more to be used as a call history file. Come to think of it, I should probably list each contest and list which fields each one looks for... |
This issue is not solved, because original problem is not solved. Import is important if we work (for e.g.) in multiple category or if a part of contest were in one program and other in anoher (that happens for e.g. in field days). It is normal to have import if there is export of data. Not everyone have knowledge to write a script to convert ADIF to SQL for injection to sqllite DB. |
There is generation of ADIF files for export, but there are no way to import back data from another source (at least ADIF format).
The text was updated successfully, but these errors were encountered: