Hi i am trying to extract datatable fom email using Table extraction but i have different email to extract , how should i use the wildcard to open the different email file save in my computer ? I tried using data scraping but the output is giving multiple duplicate of datatable from 1 email only.
In the properties of selector in Use Application/Browser give titke as *
. Wherever you find the file name replace it with wildcard.
Regards
where do i find the properties selector ? and do i write my url like this
The url needs to a variable which you would pass the filepath as data
Also open properties and in selector have only app and you can remove the title and all completely
Cheers
Hello @xiangyun.koh
You can try this
For Each file in Directory.GetFiles("C:\Emails", “*.msg”)
Please click on Unified/ Application Target +
icon you can find selectore over there.
Regards