Duplicating existing queues in Orchestrator

I was wondering if there is a safe way to duplicate an existing queue. As of right now how I think the process goes is: you download the queue into a .csv file. Create a new queue, click it’s settings and upload a csv.

However I find myself having a corrupt .csv file for the upload, The “Parse” is Okay, it can find all the lines but hands out a JSON reader error on “Retry No.”.

I figured I may remove the dot from this csv column name however this change corrupts all the data and puts every other column into “Specific Content”. meaning also the existing transactions that have already finished are now a new queue item with their exceptions and other columns in the QueueItem’s SpecificContent.

Am I doing something wrong here?

1 Like