You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- import excel (.xlsx/.xls) files into elasticsearch.
8
+
- import excel (.xlsx/.xls) files into ElasticSearch.
9
9
- easy to use web interface, with support for commandline imports too.
10
10
- csv files can be converted to .xlsx using office and then imported.
11
11
- clear the index before importing, or append to existing index.
@@ -17,17 +17,19 @@ Parses XLSX/XLS/CSV files into ElasticSearch using column titles from a specifie
17
17
## Prerequisites
18
18
The application requires ElasticSearch as its output.
19
19
20
-
1. ElasticSearch (version 5+/6+) should not require any additional configuration or installation, just download and run from [Elastic](https://www.elastic.co/products).
20
+
1. ElasticSearch (version 5+/6+/7+) should not require any additional configuration or installation, just download and run from [Elastic](https://www.elastic.co/products).
21
21
22
22
2. Grab the latest .jar file from [releases](https://github.com/codingchili/parser-excel-elasticsearch/releases).
23
23
24
-
Tested with ElasticSearch 5.6.2 and 6.4.2.
24
+
Tested with ElasticSearch 5.6.2, 6.4.2 and 7.0.0-alpha1
25
25
26
26
## Running with docker
27
27
```
28
-
docker run -it -p 5252:5252 -e es_port=9200 -e es_host=localhost codingchili/excelastic
0 commit comments