Skip to content

balain/usfx_to_tsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usfx_to_tsv

Convert USFX formatted files to TSV

Why?

To prepare the files for importing into a database more easily.

Dependencies

Setup

  1. Install quick_xml crate (cargo add quick-xml)
  2. Copy the source XML file to ./xml/source.xml
  3. cargo run main.rs > output.tsv
  4. Import output.tsv into your database

Output Format

  • One verse per line
  • Tab delimited
  • Fields:
    • Book (abbreviated)
    • Chapter (number)
    • Verse (number)
    • Text (string)

Future

  • Add comments
  • Implement command line arguments
  • Rename the main file

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages