(First Published: 2008-10-11, Last Updated: 2008-10-11)

This tool offers conversion from Zefania-Sharp XML Format Bibles to CSV-Format (that you need to import them to openlp.org). It automatically removes any comments, cross-references or any other items.
Example output:
<BookID>,<ChapterID>,<VerseID>,<Text>
1,1,1,”In the beginning God created the heavens and the earth.”
It is in many ways similar to gushie’s OpenSong Bible Importer.
Install:
- on (Ubuntu/Debian-based) Linux:
- Install dependencies (python-gtk2)
- Download zef2csv-0.3.pyw.bz2 [bzipped, 1.9 kB]
- unpack and run it!
- Install dependencies (python-gtk2)
- on Windows:
- Install dependencies:
- Download pyw:
- zef2csv-0.3.pyw.bz2 [bzipped, 1.9 kB]
- unpack it and run it!
- or Source (for Mac OS, other Linux’es):
- zef2csv-0.3.pyw.bz2 [bzipped, 1.9 kB]
Older Releases can be found in the archive.
Can’t run script on macos(
Traceback (most recent call last):
File “/Users/andreishender/church/zef2csv-0.3.pyw”, line 4, in
import gtk
ImportError: No module named gtk
hey, you need to install gtk and its python bindings for mac. the easiest way seems to be using macports (package: py26-gtk)