Re: OT - parsing a TSV file in java

2003-11-11 Thread matsuhashi
Elliotte Rusty Harold's "Java Network Programming" section17.2.1 "tab-seperated-values content handler" shows a working example code. I think it is rude to copy&paste the example here. It is just 20 lines of Java. - To unsubs

Re: OT - parsing a TSV file in java

2003-11-11 Thread Saul Q Yuan
mber 11, 2003 10:37 PM Subject: OT - parsing a TSV file in java > All, > > I know this is off topic, but I'm stuck. > > I'm trying to read a TSV file in java for use in a struts application but > the java buffered reader skips the first row of the data with the column > he

OT - parsing a TSV file in java

2003-11-11 Thread rickchev
All, I know this is off topic, but I'm stuck. I'm trying to read a TSV file in java for use in a struts application but the java buffered reader skips the first row of the data with the column headings and the StringTokenizer skips the fields that are separated by tabs but don't contain any dat