How to extract 2 tables from mail body in UiPath

Hi,

I have a email body like this,

I need to extract the 2 given tables from the text I tried generate datatable fo this but It’s not working Is there any regex expression I can use in this case ?

what is the particular thing u want to extract

failing that you can save them as an .MHT type open them in a browser and scrape the tables as normal

The tables which are been displayed in the image

@Ishan_Shelke

  1. Use get mail activity and get the mail body in html format…
  2. Save the html text to a text file and with extension as .html
  3. Use application/browser activity and then pass the file path and oepn it in browser
  4. Now use table extraction to extract the table data into a datatable

Cheers

Thanks @ppr, This is exactly what I needed an excellent component indeed

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.