The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm trying to do some web scrapping, but I need to get all the text inside a specific class that has multiple unordered lists.
The following example is inside a table, but in the practical case I can only seem to get the 1st column, not from item 1 to 6.
class="ABC" | class="ABC |
item 1 | item 4 |
item 2 | item 5 |
item 3 | item 6 |
How can I get all the selecting matches for a specific selector or a tag? This seems to be close but how to modify it for all <ul> inside a class? https://community.fabric.microsoft.com/t5/Desktop/Web-Scraping-CSS-Selectors-and-Attributes/m-p/1145...