Question:
how to extract numbers and text from various files using java?
no Name
2009-08-21 03:11:32 UTC
am trying to extract numbers and text from web pages using java. I couldn't find any way to make it. Please help me. Thanks in advance
Three answers:
Matt
2009-08-24 09:03:07 UTC
on sun's website they have a tutorial for writing a web crawler.



http://java.sun.com/developer/technicalArticles/ThirdParty/WebCrawler/



Just make it so the code does what you want, not exactly what they say. I'm sure you can figure it out.
anonymous
2014-08-12 14:06:46 UTC
Well

If you can't see videos online, you have to install the new version of Adobe Flash Player.

If you need a recent version of Winrar. Here is a free download: http://bit.ly/1sxROqK
abheyb
2009-08-22 06:18:16 UTC
String tokenize the data you are reading and then run a condition to check for numeric or string data.

If I come across something better will post it later.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Continue reading on narkive:
Loading...