how to extract data from word file and copy it into excel

+1 vote
Hello all..I am currently started to work in RPA A 2019.In this community edition i want to know how to extract data from word file and copy the data to excel.
Aug 12, 2020 in RPA by sab
• 130 points

edited Aug 12, 2020 by sab 2,513 views

1 answer to this question.

0 votes

You can use text activities (or even activities from the uipath.word.activities) to read your Word files and use REGEX expression to extract the values you want (Is Match activity) and then store them in a variable to append them (append activity in Excel activities) in an Excel file.

Here's a link to know more about REGEX and create the ones that could be useful for you. REGEX

Hope this helps!

answered Aug 12, 2020 by Sirajul
• 59,230 points
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP