public class CSVFileReader extends CSVReader
| Constructor and Description |
|---|
CSVFileReader(File file,
Character separator,
boolean containsHeader,
String headerPrefix,
String[] ignorePrefixes)
Creates a CSVFileReader
|
| Modifier and Type | Method and Description |
|---|---|
CSVIterator |
iterator()
Returns a
CSVIterator from this csv file reader |
containsHeader, getHeader, getHeaderPrefix, getIgnorePrefixes, getSeparator, initHeader, map, toDataFrameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CSVFileReader(File file, Character separator, boolean containsHeader, String headerPrefix, String[] ignorePrefixes)
file - file to be readseparator - csv column separatorcontainsHeader - specifies whether file contains header rowheaderPrefix - specifies the prefix of the header rowignorePrefixes - array of prefixes for lines that should be ignoredpublic CSVIterator iterator()
CSVIterator from this csv file readerCopyright © 2017. All rights reserved.