Goetia is a tool for importing and exporting data from various filetypes.
npm install goetia    
_Goetia_ is a Typescript module that makes it easy to import and export files to and from JSON.
PLEASE NOTE: This module is currently in alpha and is a work in progress. API and tests are not up to production quality and will likely change.
Supported Filetypes
- [x] XLSX
- [x] XML
- [x] JSON
- [x] CSV
- [ ] YAML
- [ ] Markdown
Features
- [x] Directory Traversal
- [x] Packaging
- [ ] Compression
Run:
``bash``
npm install -s goetia
For documentation of underlying classes and functions, please see the API documentation.