Last year I blogged about how to use the Text.BetweenDelimiters() function to extract all the links from the href attributes in the source of a web page. The code was reasonably simple but there’s now ...
Recently I found I needed to remove all the HTML tags from some text in Power Query. I searched and found a great – if complex – function from Marcel Beug here, but I realised that since that post was ...
Test views by writing expectations about Html values. Queries come in two flavors: Single and Multiple. This is because some queries are expected to return a single result, whereas others may return ...
Many Web pages use forms to capture data from site users. This data can be particularly valuable in commercial and business sites. If you are responsible for such a site, you may need to retrieve data ...