Skip to content

msdacsystems/hymnal-csv-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hymnal Browser Data Exporter

A CLI for exporting MongoDB data from the Hymnal Browser database to a CSV file.

Usage

  1. Download the executable from the releases page.
  2. Run the exporter. Use exporter --help to see the available options.

Options

  • -i --input: The input file path. Must be a valid MongoDB JSON file.
  • --o --output: The output file path. Default is output.csv.
  • -s --sort: Sort by ID. Default is False.
  • -r --raw: Use a raw data format. Default is False.

Building from source

  1. Clone the repository
  2. Install the required dependencies using bun i
  3. To build an executable, run bun b

See the Bundler documentation for more information.


© 2024 MSDAC Systems

About

A CLI for exporting MongoDB data from the Hymnal Browser database to a CSV file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published