spyql icon indicating copy to clipboard operation
spyql copied to clipboard

Recursive column selection in JSON input

Open dcmoura opened this issue 3 years ago • 0 comments

Allow json->* and json->afield->* for horizontal explosion.

  • [ ] Gather set of fields based on sample from the input (keys not present in the sample will be excluded)
  • [ ] Replace star * column by set of columns
  • [ ] Optional: warning if key not present in the sample is detected along the way

dcmoura avatar Apr 05 '21 16:04 dcmoura