I need a help. I have a json file
[
“Technical”
{
“Type” : “001”, “Description”:“Dotnet”,
“Type” : “001”, “Description”:“Java”,
“Type” : “001”, “Description”:“Cshart”,
As your data seems to be simple json, you can just use a deserialize json activity and use a for each loop to loop through the child objects and then use a add data row activity to add the data to the data table. But don’t forget, you need to use a build data table activity to initialize the data table.