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

Multiple EXPLODEs #56

Open
dcmoura opened this issue Jan 3, 2022 · 1 comment
Open

Multiple EXPLODEs #56

dcmoura opened this issue Jan 3, 2022 · 1 comment
Labels
core Core feature

Comments

@dcmoura
Copy link
Owner

dcmoura commented Jan 3, 2022

Allow multiple explosions in a single EXPLODE statement.

Some possible syntaxes:

  • EXPLODE json->i_am_an_array[]->i_am_an_object->i_am_another_array[]
  • EXPLODE json->i_am_an_array, json->i_am_an_array->i_am_an_object->i_am_another_array

The 2nd is easier to parse and allows for explosions in different braches, but it is more verbose.
The 2nd is also explicit about the order of explosions.

@dcmoura dcmoura added the core Core feature label Jan 3, 2022
@dcmoura
Copy link
Owner Author

dcmoura commented Apr 20, 2022

Consider using JMESPath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core feature
Projects
None yet
Development

No branches or pull requests

1 participant