I’m trying to read a word doc, convert it to a json to be used com post request (postman) from UiPath studio but this is not working
Use Case Description
I’m trying to read a word doc, convert it to a json to be used com post request (postman) from UiPath studio but this is not working
Can you please have a look and help with this?
Many Thanks,
José
AS-IS WORKFLOW, TO-BE WORKFLOW
Other information about the use case
Industry categories for this use case: Other Sector
Skill level required: Intermediate
UiPath Products that were used: UiPath Studio
Other applications that were used: -
Other resources: -
What is the top ROI driver for this use case?: Other
@Jose_Penetra,
You cant read doc file with the help of Read Text file because it’s not a text file.
Use UiPath.Word.Activities → Read Text
activity to get text of the doc file.
Also it could require preprocessing before you deserialize it. This depends on the file.
Try this, if still face any issue, please share a doc file for testing. Make sure you replaced sensitive data with dummy data before sharing.
1 Like
Hey man,
You are correct, with you input I’m now able to connect UiPath Studio with Postman, all working fine 
Thanks.
KR,
José
2 Likes
@Jose_Penetra,
Glad to hear! Kindly close the thread by marking my answer as solution so it will be helpful to other community members as well!