Forum Discussion
Aleksandar_A
3 years agoContributor III
Hi @darshthakkar,
After parsing the file try using a filter with the following expression $ != {}
.
Let me know if this helps,
BR,
Aleksandar.
darshthakkar
3 years agoValued Contributor
This is not fetching the desired results.
- Aleksandar_A3 years agoContributor III
Hi @manohar,
You can try by using Mapper Snap with the following expression for the attachments:
sl.range(0,$docname.length).map((x,ind) => {"docname":$docname[ind],"id":$id,"docext":$docext[ind],"docid":$docid[ind]})
Try with this, and let me know if this helps you.
BR,
Aleksandar.wow!! you make it look so simple. thank you very much for your help.
Manohar