WikidataMap user guide/Export DB or Import XML file

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Menu: Export / Import[edit | edit source]

Menu: Export & Import and link to website of creators

If for example WDM export gets activated a XML file gets created with all your entries from the local DB,

With an installed filemanager from Playstore like Total Commander you can inspect or adapt the file.

For the import it is currently important to know that the data gets loaded on top of existing entries in the local db.

If you want to start clean when you import then you first have to delete existing entries in db.

Format of WikidatMap XML[edit | edit source]

<xml>

<entry>

   <query_text>water</query_text>

   <wd_desc>water frozen into the solid state</wd_desc>

   <wd_label>ice</wd_label>

   <wd_id>Q23392</wd_id>

   <timestamp>06 Sep. 2021 19:56:12</timestamp>

   <priority>H</priority>

        <value>Peters water</value>

</entry>

<entry>

   <query_text>surname</query_text>

   <wd_desc>part of a naming scheme for individuals, used in many cultures worldwide</wd_desc>

   <wd_label>family name</wd_label>

   <wd_id>Q101352</wd_id>

   <timestamp>15 Sep. 2021 08:32:45</timestamp>

   <priority>H</priority>

        <value>menzel</value>

</entry>


<entry>

   <query_text>,,l test</query_text>

   <wd_desc>English, verb</wd_desc>

   <wd_label>test</wd_label>

   <wd_id>L397</wd_id>

   <timestamp>17 Sep. 2021 20:41:52</timestamp>

   <priority>H</priority>

</entry>

</xml>