Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikebild/excel-couchdb-import
Import Excel Sheets to CouchDB/PouchDB
https://github.com/mikebild/excel-couchdb-import
bulk couchdb etl excel import pouchdb sheet
Last synced: 16 days ago
JSON representation
Import Excel Sheets to CouchDB/PouchDB
- Host: GitHub
- URL: https://github.com/mikebild/excel-couchdb-import
- Owner: MikeBild
- Created: 2016-12-19T10:02:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T11:33:39.000Z (over 6 years ago)
- Last Synced: 2024-10-11T12:44:47.448Z (about 1 month ago)
- Topics: bulk, couchdb, etl, excel, import, pouchdb, sheet
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excel-couchdb-import
> Import Excel Sheets to CouchDB
`excel-couchdb-import` imports Excel files (*.xls, *.xslx) into CouchDB/PouchDB documents, and transforms the sheets into JSON.
## Usage
> Document update conflicts are possible and will be ignored.
```bash
excel-couchdb-import path/to/file.xls \
--target http://user:[email protected]/targetdb
```## Reimport
> Fetches revisions and update local documents by id.
```bash
excel-couchdb-import path/to/file.xls \
--target http://user:[email protected]/targetdb \
--reimport
```## Example
* [movies.xlsx](example/README.md)
* [movies-with-ids.xlsx](example/README.md)## Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public [GitHub issue tracker](https://github.com/mikebild/excel-couchdb-import/issues).
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
## Thanks
You like this **excel-couchdb-import** and you want to see what coming next? Follow me on Twitter [`@mikebild`](https://twitter.com/mikebild).
Enjoy!