Made for plugin Tulkas Toolkit. Use it to clean converted database.
For the converted data: | Result (cleaned database): |
Press
to begin. Can take some time.
If you don't want to use *.html file or have problems with it and you have Notepad++ or other similar text editor, you can use next steps (tested in Notepad++ v6.32):
1) Open file with converted data (default name: "TulkasM_Converted.plugindata") in Notepad++.
2) Replace " (double) with <empty>, i.e. remove matches.
3) Replace # with " (double).
4) Replace __ with '.
5) Replace ;, with ;.
6) Replace return with _ITEMSDB =. First line only.
7) Change "Search Mode" to "Regular expression".
Replace \t+\[\d+.0+\]\s+=\s+ with <empty>, i.e. remove matches.
8) Save as lua file or copy it.
Your Tulkas database is ready.