Extraction of Data From Word Docs

Hi Balkishan,

U can use the below link to find some thing use full in extracting data table from word.
After that you have to do use string manipulation for making it a data table and write it in excel.

https://forum.uipath.com/t/how-to-read-table-in-a-word-document/682/5

how to do string manipulations?

You can also open Word document and use Table Extraction to get table loaded into DataTable variable.

Pros:

  • no extrernal libraries required
  • no string manipulation needed

Cons:

  • requires opening Word document to do UI interaction

obraz