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

Provide a json-deserialize-action and a json-serialize-action #244

Closed
nicolaferraro opened this issue May 6, 2021 · 0 comments · Fixed by #265
Closed

Provide a json-deserialize-action and a json-serialize-action #244

nicolaferraro opened this issue May 6, 2021 · 0 comments · Fixed by #265
Assignees

Comments

@nicolaferraro
Copy link
Member

Internally the deserialize action should deserialize to JSONNode, so that we can append transformations.

One simple use case where this is needed:

Start from a aws-sqs-source. It does not have a type known in advance, but the user knows there's json inside the sqs queue, so, adding a deserialize step from JSON will make the data available for subsequent actions.

The user can also append actions to serialize to other data formats.

@oscerd oscerd self-assigned this May 10, 2021
This was referenced May 10, 2021
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 a pull request may close this issue.

2 participants