i m getting the table from a email daily so i need to extract it and put in a table
can some one recommend a way to do it
i try using open application but it didn’t work
if you print out the mail body is it in HTML format? If it is you can simply parse the HTML using regex
One way to extract the table is
saving the body of email in html file and scrap the data using datascarpping
or use custom activity to extract table from email
Regards,
Nived N
Happy Automation
1 Like