Forum Discussion
SpiroTaleski
2 years agoValued Contributor
Try with this expression:
$input0.filter((elem) => $filterData.find(x => elem.ID == x.ID))
- SpiroTaleski3 years agoValued Contributor
I guess that you should transform the JSON in flatten format (split any nested structures from the JSON) before you insert in PostgreSQL table.
BR,
Spiro Taleski- Ganeshu1082 years agoNew Contributor II
Thank You !
- Ganeshu1082 years agoNew Contributor II
Worked perfectly thank you!