A CLI for exporting MongoDB data from the Hymnal Browser database to a CSV file.
- Download the executable from the releases page.
- Run the exporter. Use
exporter --helpto see the available options.
-i--input: The input file path. Must be a valid MongoDB JSON file.--o--output: The output file path. Default isoutput.csv.-s--sort: Sort by ID. Default isFalse.-r--raw: Use a raw data format. Default isFalse.
- Clone the repository
- Install the required dependencies using
bun i - To build an executable, run
bun b
See the Bundler documentation for more information.
© 2024 MSDAC Systems