spyql
spyql copied to clipboard
Recursive column selection in JSON input
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