excelastic icon indicating copy to clipboard operation
excelastic copied to clipboard

Vert.x web and commandline application to import CSV/XLS/XLSX files into ElasticSearch.

Results 5 excelastic issues
Sort by recently updated
recently updated
newest added

java.lang.NullPointerException at com.codingchili.excelastic.model.ExcelParser.free(ExcelParser.java:129) at com.codingchili.excelastic.controller.Website.lambda$parse$12(Website.java:217) at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:272) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)

Hi ! I'm trying to import a large file csv with web client but i have an error : ![excelastic](https://user-images.githubusercontent.com/14022367/55788205-2ef80800-5ab8-11e9-82e6-dd62c23c0a5f.PNG) My CSV have 10 000 000 row, 820 000 Ko....

question

No error message, unable to inspect anything in web dev tool. Kibana dev tool: _count is 0 Indices, Doc count 0, Storage size 416B Uploaded CSV and excel and return...

Please let me know how to upload the Excel file with multiple sheets (sheet 1, sheet 2, ...etc ) using excelastic-1.3.2 Means i have one excel with multiple sheets, Please...

enhancement

See: http://jsonlines.org/ Status: maybe

enhancement