Hi folks,
Im trying to create a small Proof of Concept for my department - at the moment the team download data from a number of websites to use with an internal system and I want to automate this step by having Alteryx download the data into a CSV/XLS file for them.
Im completely new to this, not being a developer! One of the websites is this: https://www.fsma.be/en/overview-ongoing-takeover-bids
I have tried using text input with the URL, going into download, then parsing the DownloadData column but this just brings down loads of other URL's and not the actual data, Im lost!
Solved! Go to Solution.
Hey @craigja
The data is in your DownloadData. You just have to look waaaaay down the page, after the links and javascript.
Dan
But I cant find the actual data - for example if I search for this code: GB00BYN5BY03 which is shown on the page I cant find it in the data (unless Im missing something)
I think you're missing something
Dan
Indeed, looks like I am missing something! Thanks, will go back and have a look, seems I might have what I need afterall
Now I just need to figure out how to pull out just the table with data...
Hello,
Did you figure out how to pull out just the table with data?
To be honest I never ended up going any further - I suppose the next step would have been to work out a regular expression to extract the data