Part of the Digital Mishnah project.
A simple nodejs script to convert Mishnah-Tosefta alignment data from csv to standoff TEI
- Install dependencies by running
nmp i
- Have eXist running locally with the Mishanah webapp and data installed. You may need to update the script
toTEI.js
to point to the correct location. - Make sure
data.csv
is the latest alignment data. - Run the script:
node toTEI.js
- Find the output in the
output
folder