Hi everyone,
I hope to scrape a table containing the ticket information from a browser.
The table is as below:
I let the data scraping tool to automatically scrape the whole table.
With the log message:
I am able scrape the correct number of rows.
How can I actually check and see how the result output table looks like? I would need to use the info in the table for further logic building.
And how can I change the column names of the result table / delete some columns from the result table?
Thanks in advanced