Hello,
I am trying to export tables from multiple outlook emails, however I don’t see the option in the properties tab to exclude headers when scraping the data. Thanks in advance.
Hello,
I am trying to export tables from multiple outlook emails, however I don’t see the option in the properties tab to exclude headers when scraping the data. Thanks in advance.
Data scraping will always capture the headers if present. What’s your subsequent use for the datatable? What do you want to do with the datatable after removing headers?
The data tables present me with information regarding individuals entry/exit times. I would then like to transform the raw tables into a report to identify any outliers.
My next step is to use an a FindChildren function to extract two tables from the same outlook email.
Okay, and why would you not want the headers to be extracted? The report you’re generating has a different set of headers?