12-08-23 01:16 PM
Hi,
I have a collection that contains my raw data. I wanted to move this collection to another one (columns defined) to prepare for my queue data with the following conditions that i need to map.
Right now i was able to do this in a loop with calc stages to split the user name and create a row data per comma separated value in column map using split.
Was wondering if i can do this in another approach that would be more efficient. like one action to copy them from one collection to another.
Answered! Go to Answer.
13-08-23 01:45 AM
Hi Kris,
There is option to copy rows from one collection to another collection but as you need to do some operations before copying it into new collection so the way you are doing it is more easy and efficient.
13-08-23 01:45 AM
Hi Kris,
There is option to copy rows from one collection to another collection but as you need to do some operations before copying it into new collection so the way you are doing it is more easy and efficient.