"web mining - replacing HTML tag elements with values from another attribute"
d1m0s
New Altair Community Member
Hi guys, I'm facing the following problem: I have a set of web pages for multiple countries, one page - one country - one HTML table with some data that I need to extract.
I retrieve web pages for my URL list, extract tables from those pages and after that I need to replace "<table>" tags in HTML attribute with "<table><caption>" + Country name from Country attribute + "</caption>"...and I got stuck here. I use Replace operator.
How can I replace a text fragment from one attribute with another attribute's value? It seems to be a trivial task, I was not able to find a way to do that though.
Thanks a lot in advance for help.
I retrieve web pages for my URL list, extract tables from those pages and after that I need to replace "<table>" tags in HTML attribute with "<table><caption>" + Country name from Country attribute + "</caption>"...and I got stuck here. I use Replace operator.
How can I replace a text fragment from one attribute with another attribute's value? It seems to be a trivial task, I was not able to find a way to do that though.
Thanks a lot in advance for help.
Tagged:
0