Hi,
I want to get data from this link (Bank Data) but unfortunately it doesn’t get the data from exchange table although I chose HTML_all
How can I use Link to External Data correctly for getting data from this page?
Hi,
I want to get data from this link (Bank Data) but unfortunately it doesn’t get the data from exchange table although I chose HTML_all
How can I use Link to External Data correctly for getting data from this page?
I think it’s easier if you look for (or ask the bank for) some kind of HTTP API that your bank provides, and use WEBSERVICE()
and string processing / regular expressions to parse whatever comes back.