Boopathi
(Boopathi Manogar)
October 23, 2018, 1:44pm
1
Hi Everyone,
I have a table in a word document in the below format
I want to retrieve value from the each field i.e First name, last name, Customer ID and need to inform the user if any value is missing or empty.
I have also attached the word document in the zip.
Thanks,
UlagaString_manipulation.jpg.zip (25.5 KB)
For Tables, you can use insert Datatable activity by replacing a keyword. You need to mention position as “Replace” and provide relace text.
Boopathi
(Boopathi Manogar)
October 23, 2018, 5:19pm
3
Hi @Vivek_Arunagiri I am not able to understand and I need to retrieve string values from the word document and not inserting datatable in the word document
I misunderstood your query. Please check the below post.
Hi Skumar,
Yes, it is possible to read a table using the Read text activity in the Word application scope. But the output of this will be a string and not a datatable.
If you wish to copy the data table as a table, use the Ctrl+G shortcut, go to table and use Ctrl+C to copy the table. You can then paste it to excel and use Excel based activities to get it out as a data table.
Regards,
Amrita
1 Like