leewe01
(Lee)
May 7, 2018, 8:49am
1
Hi,
Is there any solution to extract rows from text data (json array) to data table?
From Text data (json array):
[{“id”: 1, “name”: “xxx”, “status”: “Y”},
{“id”: 2, “name”: “xxx”, “status”: “N”},
{…},
{…}]
To data table like this is csv:
id
name
status
1
xxx
Y
2
xxx
N
…
…
…
Thanks in advance!
leewe01
(Lee)
May 8, 2018, 2:45am
3
Hi @arivu96 ,
Thank you for your respond.
I am able to extract the text value of Json Array and transfer it into excel file. However, I have a problem with transferring it into data table using add data row activity. Please advice.
Thanks.
arivu96
(Arivazhagan A)
May 8, 2018, 2:55am
4
Hi @leewe01 ,
can you send the xaml file, i ll check and update you.
Regards,
Arivu
leewe01
(Lee)
May 8, 2018, 3:05am
5
Hi,
Sorry that I can’t share the file as it has confidential information. Hence, I am sharing across the example of my workflow. Thanks!
Example.zip (8.0 KB)
Hello,
How was this issue solve? I am having the same problem so can someone explain it to me please.
Thanks