spyql icon indicating copy to clipboard operation
spyql copied to clipboard

Multiple EXPLODEs

Open dcmoura opened this issue 3 years ago • 1 comments

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 avatar Jan 03 '22 18:01 dcmoura

Consider using JMESPath

dcmoura avatar Apr 20 '22 22:04 dcmoura