Hi Everyone,
I have a JSON file. How to convert the JSON file to Excel.
Please guide me.
Regards,
Sandhya.
Hi Everyone,
I have a JSON file. How to convert the JSON file to Excel.
Please guide me.
Regards,
Sandhya.
“Read Text File” activity
“Deserialize JSON” activity
“Write Range” activity
1.Use the “Read Text File” activity to read the JSON file and store the content in a string variable (let’s call it jsonContent
).
2.Use the “Deserialize JSON” activity and provide jsonContent
as input. Set the output variable to store the deserialized JSON object or array (let’s call it jsonObject
).
3.Use the “Write Range” activity to write the extracted data to a specific worksheet in the workbook. Specify the range and the data to be written.
Hope it helps!!
If you got the solution for your issue. Please mark it as solution to close the thread.
Regards,
To convert a JSON file to Excel in UiPath, you can follow these steps:
JObject
or JArray
variable. Connect the output of the “Read Text File” activity to the input of the “Deserialize JSON” activity.This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.