How to Store the tables in the mail body to a data table or .csv or .xlsv file using uipath

storing the tables in the mail body to a data table or .csv or .xlsv file using uipath

Hi

1. save the email as a .mht file
  1. use StartProcess to open the file
    
  2. scrape the data from the table in the email into a datatable
    
  3. write datatable to excel
    

Hope that helps.

1 Like

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