Discussion Thread
Data Extractor
Message Thread
Extract any data, including email addresses and URLs from your files and webpages.
Posted in the Data Extractor Forum.
Problem with
tag
Hi everybody
I have a problem trying to extract using a HTML Webpage Script in javascript, which returns results in columns. In one of these columns there is one named 'Description'. Where I extract this description, it also includes html tags, one particulare: li (to list items). I have noticed that the results can only be returned until that tag, until '' (it returns a rare character insted, like a square). So, all the text after that tag cannot be displayed nor returned. Moreover, I tested matching only 'LI' and it returns nothing!
With that page, it also returns nothing when i am trying to return the document.body.outerHTML object.
Is there anybody having the same problem??
Is there someone who knows how can i solve it, or another way?
Thank you.
Problem with
tag
Sounds peculiar, what's the URL?