Hi, I am trying to extract table data from multiple emails in Outlook and save it into a single Excel file. The steps I have followed are:
Saved the email attachments as .mht files.
Opened the .mht files in a browser (Edge) and used web scraping to extract the table data.
Used the ‘Merge Data Table’ activity to combine all the data tables into a single data table.
However, I want the final data table to exclude headers from all Data table and contain only the data rows. Could you please guide me on how to achieve this effectively
If the table headers are being added to the datatable as rows then you can use Filter Datatable activity to remove those rows where column names are there.
This way clean the data and then write it to excel.