Skip to content

Commit 9a875a6

Browse files
committed
Update README.md
1 parent c7c62bb commit 9a875a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# parser-banktrans-es [![Build Status](https://travis-ci.org/codingchili/parser-banktrans-es.svg?branch=master)](https://travis-ci.org/codingchili/parser-banktrans-es)
1+
# parser-excel-elasticsearch [![Build Status](https://travis-ci.org/codingchili/parser-banktrans-es.svg?branch=master)](https://travis-ci.org/codingchili/parser-banktrans-es)
22

3-
Parses XLSX transaction files exported from personal online banking accounts into ElasticSearch.
4-
For use with Kibana or other visualization applications, example result [image](https://raw.githubusercontent.com/codingchili/parser-banktrans-es/master/sample-redacted.png). The application comes with a web interface to simplify uploading. To further improve the application, detecting the row_offset to allow for multiple XSLX formats at once should be implemented.
3+
Parses XLSX files into ElasticSearch using column titles from specified row combined with data in columns on each row. For use with Kibana or other visualization applications, example result using a transaction log in excel format [image](https://raw.githubusercontent.com/codingchili/parser-banktrans-es/master/sample-redacted.png). The application comes with a [web interface](https://raw.githubusercontent.com/codingchili/parser-excel-elasticsearch/master/sample-ui.png) to simplify uploading.
54

65
## Prerequisites
76
The application requires ElasticSearch as its output.
@@ -25,10 +24,9 @@ mvn clean package
2524

2625
├── configuration.json
2726

28-
**row_offset** specifies the row that contains the column names, must start in column A.
2927

3028
**web_port** port that the webserver will listen on.
3129

3230
**elastic_port** port that ElasticSearch listens to, host is set to localhost.
3331

34-
**elastic_index** name of the index where transaction items are inserted.
32+
**elastic_host** address of the ElasticSearch server.

0 commit comments

Comments
 (0)