The web interface provides a function for exporting the database in CSV format. An additional module has been written for exporting in ADIF format. The ADIF module has not been exposed to users via the web interface. At the moment, it does export the database and create a properly formatted file, however:
it requires the user to manually edit the file (adif.php) and update the STATION_CALLSIGN field
HamLog clients log modes as PHONE and DIGITAL. neither of these are valid ADIF modes. This is a bug in the client software, not the server, but as a result the server cannot export completely valid ADIF data. This is the main reason this export function has not been exposed to the user.
Sent an email to N3WG asking for recommendations on how to properly import exported data, since some mode fields seem invalid. I can't figure out a good way to do it :(
The web interface provides a function for exporting the database in CSV format. An additional module has been written for exporting in ADIF format. The ADIF module has not been exposed to users via the web interface. At the moment, it does export the database and create a properly formatted file, however: