Consolidate Header file and Data file
- 3 years ago
Hello @darshthakkar,
If I’m understanding correctly you can achieve it by using the sl.zipObject function.
Before that you have to turn the keys and the values in two separate arrays.
In the router we are separating the keys (the first object) and the values by using the snap.in.totalCount function.
Then, we append the keys to each object values and finally we zip them together.Please refer to the attached pipeline below:
sl-comm-excel-headers_2023_06_12.slp (9.5 KB)Let me know if this helps.
Regards,
Aleksandar. - 3 years ago
Utilizing the solution provided by @AleksandarAngelevski with a minor tweak (of removing Router snap) as below:
Thank you @AleksandarAngelevski for your time and assistance on this one, it is much appreciated.
Closing this thread now.Regards,
Darsh