Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty_value handling in CsvProcessor #55649

Merged
merged 2 commits into from
Apr 29, 2020

Conversation

probakowski
Copy link
Contributor

Due to bug in CsvProcessor.Factory it was impossible to specify empty_value.
This change fixes that and adds relevant test.

Closes #55643

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643
@probakowski probakowski added >bug :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v8.0.0 v7.8.0 v7.7.1 labels Apr 23, 2020
@probakowski probakowski requested a review from martijnvg April 23, 2020 08:41
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Ingest)

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Thanks for fixing @probakowski!

@probakowski probakowski merged commit 5bf1098 into elastic:master Apr 29, 2020
@probakowski probakowski deleted the fix-csv-empty-value branch April 29, 2020 20:01
probakowski added a commit to probakowski/elasticsearch that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643

* assert changed
probakowski added a commit to probakowski/elasticsearch that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes elastic#55643

* assert changed
probakowski added a commit that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes #55643

* assert changed
probakowski added a commit that referenced this pull request Apr 29, 2020
* Fix empty_value handling in CsvProcessor

Due to bug in `CsvProcessor.Factory` it was impossible to specify `empty_value`.
This change fixes that and adds relevant test.

Closes #55643

* assert changed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP v7.7.1 v7.8.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

csv processor can't parse empty_value option
4 participants