Read word Doc

Hi,

I need to extract data from word doc and write into website.

Word document contains Text boxes, Check boxes data (If checked) and Text etc.

Thanks
Sree

1 Like

Hi @sreenivasulu.sreeu ,

Welcome to UiPath Community.

Is it possible for you to share that file?

Hi @ermanoj3101

Sorry to say this -The file contains customers sensitive info.

Hi @sreenivasulu.sreeu ,

No problem i understand.

I believe below steps to do extraction from word.

1 - You can use Activities of word.
image

2 - You can do string Manipulation.
3 - You can also use Regex to extract data.

Hope this will help you.