This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello,
I am fairly new to Altreyx. I am trying to scrape the US Prime Rate and the Effective Date data from site - https://www.wsj.com/market-data/bonds/moneyrates . I'm not good with viewing the HTML and/or how to view that in Chrome and especially in Alteryx. I'm assuming I might need to do a RegEx type expression tool to try to pull that one rate, but very much an amateur on this topic. Anybody have an idea of what this workflow to scrape this data would look like?
Thanks!
Solved! Go to Solution.
Hi @taxguy33
Weekly challenge #40 would be a good place to start - it looks at HTML files.
https://community.alteryx.com/t5/Weekly-Challenge/Challenge-40-Parsing-a-HTML-File/m-p/36581#M17
A lot of the posts contain alternate regex approaches which should give you some direction on how to parse the page.
I find Regex101.com is also useful for testing.