We are doing Data scraping From One website. In before june 23 update, we have the results as we expected. But now, Results won’t come correctly. We didn’t any change in our procedure.(Ex: Expected results is Authorised details is one HTML table and unauthorised is one HTML table. In before the result will come separate sheet (authorised and unauthorised) after every looping.But Now all Details came in same sheet. It will consider as both HTML table as same. Please help me
Welcome to the community!
In same sheet, are the results for authorized and unauthorized are coming?
If so,
It looks like something on the portal changed, and hence a change in logic is required,
you might have to use filter data table activity twice, one for authorized and second one for unauthorized.
There should be an identifier for telling which set is for authorized one, and vice versa,
store in two separate datatables and bingo,
write range in different sheets.
Happy Automation!
Hi!
I tried to filter. But We can Filter Rows and Columns with specific Value. But I taken A HTML Table in Scarping. SO ,I couldn’t Filter.Shall you give any idea to sort out
Once you have scraped the data from a HTML table, it should be inside a DataTable type of variable right?
Can you send your mail id. I will send my program. May be you will get some ideas to find error.