Results 1 to 1 of 1
Thread: Data reading
- 02-24-2013, 08:13 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 21
- Rep Power
- 0
Data reading
Hi!
I got a question regarding reading data from a file. A pseudo question - what could be a good way to handle reading not-compatible data? The thing is I'll be reading 100+ x 400k+ tables for cluster analysis and there will be cells without a value, or a "?". It will be an excel file, so correct me if I'm wrong, I'll be needing a library for reading the file. If there is no value, I will add the average one after the whole file is loaded. Will the Java Excel library be a good choice?
One last question, if I read a line (String), cut it to pieces with a separator, then start parsing the parts to double, if it's not possible, an exception is thrown and caught, the index is saved in a list, which afterwards is used to place the average values?
Thanks!
Similar Threads
-
reading data from keyboard
By ashwin kumar in forum New To JavaReplies: 5Last Post: 06-10-2011, 01:51 PM -
Reading Numerical Data
By tyang in forum New To JavaReplies: 1Last Post: 02-05-2010, 03:19 AM -
problem with reading excel sheet data reading using poi libraries
By sandeepsai17 in forum New To JavaReplies: 5Last Post: 08-21-2009, 11:03 AM -
Reading Data from a file
By ramachandran in forum New To JavaReplies: 2Last Post: 10-24-2007, 07:22 AM -
Reading FileInput data
By Eric in forum Advanced JavaReplies: 1Last Post: 07-05-2007, 06:59 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks