0

I need to extract data from a website and display it to the user. I'm recieving HTML, and I need to find a particular number inside it.

For example the string would be : "Canada = 50, USA = 60, France = 70". I need to search for "Canada" and find only the number 50.

I've been searching online for how to actually search the returned string of HTML and can't seem to get anything to work.

jscs
  • 63,694
  • 13
  • 151
  • 195
Andros
  • 1

1 Answers1

0

I dont know how this could be done in App since you want the App to look for specific words in a text file.

However I know this can be done using data analysis tools like R which can filter large amount of texts to create word clouds.

http://georeferenced.wordpress.com/2013/01/15/rwordcloud/

user3856234
  • 63
  • 1
  • 10