Forum Discussion
Precy
6 years agoNew Contributor
Hi,
Did you find out a solution for this in snaplogic?If yes, can you please share with me . I kind of need similar to this for my workcase.
- agt06135 years agoNew Contributor
Hi Precy,
Did you ever find a solution for this? I have the same use case.- Precy5 years agoNew Contributor
Hi,
I used below function to get it done.
$.entries().filter(x => ['Fields to be not part of pivot’].indexOf(x[0]) == -1).map(x => { Fieldname: x[0], Field Data Column Name : x[1] })