Importing non-english XML Wikipedia file into MySQL?

I'm looking for a script that can convert XML wikipedia DUMP to SQL compliant SQL. I found a ready-made SQL dump for the English version, but couldn't easily import other languages.

Thanks,

Pierrot

0


a source to share


2 answers


Per wikipedia's own related page (well worth studying), help for importing wikipedia xml dumps into mysql is on this media page .



+3


a source


Wikipedia has an API



You can use this API to iterate over articles and load each page.

+1


a source







All Articles