https://github.com/bhaskarmelkani/node-excel
https://github.com/bhaskarmelkani/node-excel
elasticsearch excel nodejs sql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhaskarmelkani/node-excel
- Owner: bhaskarmelkani
- Created: 2016-10-18T05:55:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T06:05:26.000Z (over 9 years ago)
- Last Synced: 2025-03-27T21:24:05.894Z (over 1 year ago)
- Topics: elasticsearch, excel, nodejs, sql
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parse Excel File and use the data to genarate SQL querries from it or index it into Elastic search.
``npm install``
``npm start``
xlsToEs is for indexing data from excel file to Elastic Search.
parseExcel is for generating SQL querries from the data in excel file.
Dependencies:-
It requires ElasticSearch.
Configure Elasticsearch in `xlsToEs.js`, default is localhost:9200.
Link for Updated XLS file : [https://rbidocs.rbi.org.in/rdocs/content/docs/68774.xls](https://rbidocs.rbi.org.in/rdocs/content/docs/68774.xls)