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
Raph
5 years agoNew Contributor II
I tried this suggestion. I am sorry I don’t understand what you meant. The mapper generates an error. The snaps used for test were as follows: Filreader > Parser > Mapper (.mapValues((value,key)=>value) > Excel Formatter > File Writer.
The columns run from A…GM
Can you clarify a little please?