You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#The XML data dumps often contain control characters and do not have root tags. To fix this run `fix-xml.py _release_`, where release is the release date of the dump, for example `20100201`.
13
-
#Finally import the data with `python discogsparser.py _release_`, where release is the release date of the dump, for example `20100201`
11
+
1. Download and extract the data dumps
12
+
2. Create the empty database: `createdb -U {user-name} discogs`
4. The XML data dumps often contain control characters and do not have root tags. To fix this run `fix-xml.py _release_`, where release is the release date of the dump, for example `20100201`.
15
+
5. Finally import the data with `python discogsparser.py _release_`, where release is the release date of the dump, for example `20100201`
0 commit comments