I am trying to parse following table from my email:
I am following steps from this video:
https://www.youtube.com/watch?v=i4GHCGMAD88
And I can read the body of that email and I can get the table (as text), but I cannot apply XML function:
HTML table is pretty large so I won't paste it here, but it has all the tags, but it also has many (unnecessary) attributes which are also duplicates, this is just the example of one link tag inside the table:
And when I try to apply XML function to it, I get following error:
And the error is correct, there are 52 occurances of 'originalsrc' attributes, many duplicates.
Can I somehow remove all attributes from the table?
Or can I remove all links from the HTML??
How Can I read the values in this table??


Report
All responses (
Answers (