I’m using StudioX (v2020.4)
I’m trying to copy data from a web page to csv file. The web page looks like a plain text file.
I have two questions:
- I have a URL. The later part of the URL changes with every month. For example - only an example (https://DetailPlan.Person/WCL/Data_2021_tom.com). The year here is 2021. I would need data from 2018, 2019 and 2020 and so on. I need to change the URL (year part) dynamically using StudioX to get the data. How do we do that ?
- How to copy the data from this page to Excel ? Extract Data Table activity does not work.
What are the other options for this ?