DMR Database Import Format?

Get help with using the editor.
Post Reply
w8afk
0posts
Posts: 3
Joined: Sun Mar 13, 2022 9:38 pm
Callsign: W8AFK

DMR Database Import Format?

Post by w8afk »

Hi all,

Excellent piece of software!!!!

I have a CSV here with 203,718 Registered DMR contacts. The format of the CSV file is :

Radio-ID, Callsign, First-Name, City, State/Prov, Country

Can you tell me what CSV format CPEditor is expecting, and where I import these contacts into the Codeplug? I assumed it would be "Contacts" but that does not appear to have enough fields.

Thanks in advance!
Paul, W8AFK
User avatar
MM7DBT
Site Admin
200posts
Posts: 209
Joined: Wed Jun 02, 2021 6:59 pm
Location: Scotland
Callsign: MM7DBT

Re: DMR Database Import Format?

Post by MM7DBT »

In the tools menu at the top, there is the option for Ham Contacts and Ham Groups.
Ham Contacts is where you write the DMR database to the radio.

The format is the same as the Radio.ID.net database. So the CSV headers must match that to be imported.

Code: Select all

RADIO_ID,CALLSIGN,FIRST_NAME,LAST_NAME,CITY,STATE,COUNTRY
It shouldn't take much to edit any CSV file you have to match. For example with your file;
If it doesn't contain last names, just create a new column with the header 'LAST_NAME' and leave the fields blank.
Then just rename the other column headers to match and it should import correctly.

Note: There is also a built-in contact manager where you can create your own contacts database based on the countries that you select :D

Check out the wiki for some more information on using the software.
https://www.cpeditor.co.uk/wiki/Ham_Contacts
-73 de MM7DBT
w8afk
0posts
Posts: 3
Joined: Sun Mar 13, 2022 9:38 pm
Callsign: W8AFK

Re: DMR Database Import Format?

Post by w8afk »

Awesome! Thank you for the reply!
Post Reply