Solved
Forum Discussion
igormicev
5 years agoContributor
Hi @Raph,
It’s very simple. You just need to not map the columns manually, i.e use from a Mapper this expression
$.mapValues((value,key) => value) into $ as target and that’s all.
Attached is a pipeline
Original order for columns_2020_10_24.slp (3.4 KB)
/Igor
- Aleksandar_A4 years agoContributor III
Hi @JensDeveloper,
Please try with the following expression in a Mapper snap and let me know if it helps you
$Name.mapValues(x=>$.entries()[1][1])
BR Aleksandar.
- JensDeveloper4 years agoContributor II
YES it works, wow!
Sorry but I was struggling a lot with language expressions and functions so I am Relieved. Thank you. I still need to learn a lot but I love it!