com.waveset.util
Class CSVParser

java.lang.Object
  extended bycom.waveset.util.DelimitedFileParser
      extended bycom.waveset.util.CSVParser
All Implemented Interfaces:
FlatFileIterator

public class CSVParser
extends DelimitedFileParser
implements FlatFileIterator


Field Summary
static char CSV_FIELD_SEPARATOR
           
 
Fields inherited from class com.waveset.util.DelimitedFileParser
_trace, code_id, DEFAULT_TEXT_QUALIFIER
 
Constructor Summary
CSVParser(java.lang.String filePath)
           
CSVParser(java.lang.String filePath, java.lang.String fileEncoding)
           
 
Methods inherited from class com.waveset.util.DelimitedFileParser
close, hasNext, isWhitespace, nextRecord, parseLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.waveset.util.FlatFileIterator
close, hasNext, nextRecord
 

Field Detail

CSV_FIELD_SEPARATOR

public static final char CSV_FIELD_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

CSVParser

public CSVParser(java.lang.String filePath)
          throws java.io.IOException

CSVParser

public CSVParser(java.lang.String filePath,
                 java.lang.String fileEncoding)
          throws java.io.IOException