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

Create parse xml processor #4191

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

graytaylor0
Copy link
Member

@graytaylor0 graytaylor0 commented Feb 27, 2024

Description

This creates a new processor, parse_xml, to go along with the parse_json and parse_ion processors. This change does not yet handle any encodings such as base64.

Issues Resolved

Resolves #4165

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Taylor Gray <tylgry@amazon.com>
Copy link
Collaborator

@oeyh oeyh left a comment

Choose a reason for hiding this comment

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

Looks good to me. There are some whitesource check failures but it doesn't look like they are introduced by this PR.

@graytaylor0 graytaylor0 merged commit e0513ca into opensearch-project:main Mar 4, 2024
44 of 47 checks passed
@graytaylor0 graytaylor0 deleted the ParseXMLProcessor branch March 4, 2024 21:37
@dlvenable dlvenable mentioned this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support parsing of xml fields in Events
3 participants