Releases: AgileWorksOrg/elasticsearch-river-csv
Releases · AgileWorksOrg/elasticsearch-river-csv
Dependency versions update
- dependency versions are updated to latest versions
Minor fixes
- fixed - After import, the file remained open, preventing a rename to .imported.
- added the ability to run bash, powershell and "Windows script host"
2.1.1
- added support for custom charset
- idField wasn't recognised when different encoding (e.g. UTF-16) was used
- added support for timestamp field
- enhanced scripts support - now bash scripts are provided with list of processed files
2.1.0
Now works with versions 1.2.x -> 1.3.x
2.0.1
- Fixed lot of issues related to unstable import of big CSV
- Replaced custom logic with BulkProcessor, inspired by pull request from @aritratony
- Added feature to run shell scripts before import, before each file, after file and after import
2.0.0: Merge pull request #8 from tajzivit/master
Update for ES 1.0.0 and some enhancements