bbbb
(bb)
November 3, 2024, 6:25am
1
After exporting the queue data, I want to select some data and use the Queue Item upload method.
I tried uploading the downloaded Excel format, but the Jod_State and Base_Data I set cannot be used.
How should the data under Specific data be written in Excel so that it can be checked in the Queue like the first image?
And the TEXT is broken when written in Korean.
Is it only available in English?
<Image 1 - Original Queue>
<Image 2- Downloaded Excel>
<Image 3- Newly uploaded Queue>
Anil_G
(Anil Gorthi)
November 4, 2024, 2:08pm
2
@bbbb
ideally you can upload the text data only
can you explain the issue it is not very clear
looks like you need to given them as the column names if usign excel
if using json then key value pairs
cheers
Hi @bbbb The Specific Data needs to be columns in your csv.
You can use power query to transform the Json in csv columns
Transform - Parse - JSON
Close And Load
Then, save the data in a csv file
Note: Priority needs to be between (1 and 3) and Reference is required.
Then, upload the file. Orchestrator will show and describe any error with the values; if all good, then your items will be uploaded properly
bbbb
(bb)
November 5, 2024, 5:41am
4
Hello, I tried the method you mentioned, but an error occurs when I try to upload the csv file.
Which part is wrong?
Hi,
Not sure if Status Column is required.
Uncheck “Use original column name as prefix” in power query; if it is easy, replace “Specific Data.” for nothing, in order to keep just the property names.
What kind of data are you trying to upload?
bbbb
(bb)
November 5, 2024, 6:14am
6
Both TargetFiles and Basedata are data in json format.
bbbb
(bb)
November 5, 2024, 6:26am
7
Success!!!
However, it cannot read Korean.
Is there any way?