-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
CSV processor #49113
Labels
Comments
jakelandis
added
the
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
label
Nov 14, 2019
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
9 tasks
Would you like to get https://github.com/johtani/elasticsearch-ingest-csv in? cc @johtani |
@dadoonet @johtani That looks like a great csv ingest processor. I'm only a bit concerned about the fact, that how the csv parser is being used is not thread safe. |
@martijnvg Yeah, unfortunately. johtani/elasticsearch-ingest-csv#4 (comment) |
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Nov 22, 2019
This change adds new ingest processor that breaks line from CSV file into separate fields. By default it conforms to RFC 4180 but can be tweaked. Closes elastic#49113
Merged
probakowski
added a commit
that referenced
this issue
Dec 11, 2019
* CSV Processor for Ingest This change adds new ingest processor that breaks line from CSV file into separate fields. By default it conforms to RFC 4180 but can be tweaked. Closes #49113
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Dec 11, 2019
* CSV Processor for Ingest This change adds new ingest processor that breaks line from CSV file into separate fields. By default it conforms to RFC 4180 but can be tweaked. Closes elastic#49113
probakowski
added a commit
that referenced
this issue
Dec 11, 2019
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
* CSV Processor for Ingest This change adds new ingest processor that breaks line from CSV file into separate fields. By default it conforms to RFC 4180 but can be tweaked. Closes elastic#49113
This was referenced Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CSV is common source format, it would be nice if Elasticsearch supported a processor that offers explicit support to convert lines from a CSV document to an indexed document.
Grok, Dissect, or KV can you get close but may be difficult to setup correctly and may not handle all of the cases that an explicit CSV processor may handle.
The text was updated successfully, but these errors were encountered: