Hi Everyone!
I am trying to extract the table from website with Alteryx. Can anyone help to extract the table using regex expression.
https://www.bankofengland.co.uk/boeapps/database/Rates.asp?into=USD&rateview=D
Solved! Go to Solution.
I came across a similar solution, extracted in different rows and cleaned using Regex.
Split between values and headers, so you can have it reflected correctly even if you download another set of data in the future.
##
Please like and/or favorite the reply if you found it valuable, it supports the community
Thank you so much.