Forum Discussion
ddellsperger
3 years agoAdmin
This is maybe a little bit difficult, but you can put the following filter after your parser
The expression is: $.entries().filter(v => v[1] != "").length > 0
which will find any instance where all of the values for the given input document are all empty and filter them out.
- nganapathiraju8 years agoFormer Employee
can you post the sample structure? There can be many ways of doing it!