Converting ICD10 between wiki and ccmdb.accdb

from wiki to ccmdb.mdb

generate SMW output using

 | format=dsv
 | filename=ICD10_wiki_to_table.txt
 | sep=;

eg S ICD10 table#Query to populate from wiki

Import as delimited text using delimiter semicolon

If I want to export the URLS I need to use the template format.

{{fullurl:}} 

https://www.mediawiki.org/wiki/Help:Magic_words#URL_data

from ccmdb.mdb to wiki

There is no clean way to do that since the wiki will have had edits and questions and such. Changes will have to be propagated manually.

One possibility might be to export all dxs, programmatically edit the export, and then re-import all.