mediawiki-xml2sql
mediawiki-xml2sql copied to clipboard
Dead project -- feel free to fork and update!
I am trying running the example of the README.ME, but this file does not exist: `http://download.wikimedia.org/enwiki/pages-meta-current.xml.bz2` instead, I downloaded this one: `https://dumps.wikimedia.org/enwiki/20160305/enwiki-20160305-pages-meta-current.xml.bz2`, but `xml2sql` fails to import it. Is this...
Make this work with dumps as of 20141208
this is needed to process the current dumps.. typically this is a fix for [issue #1](https://github.com/Tietew/mediawiki-xml2sql/issues/1) which happened on several tags
xml2sql fail with recent WP dumps due to missing element definition for "redirect". ``` $ xml2sql swwiki-20090821-pages-articles.xml unexpected element xml2sql: parsing aborted at line 209 pos 16. ``` This issue...
# xml2sql output is faulty for missing columns If I run xml2sql i get the following output for revision: ``` $ head -n 6 revision.sql -- xml2sql - MediaWiki XML...
Untitled