public static class
DecodeCsv.Options
Optional attributes for DecodeCsv
Public Methods
DecodeCsv.Options |
fieldDelim(String fieldDelim)
|
DecodeCsv.Options |
naValue(String naValue)
|
DecodeCsv.Options |
selectCols(List<Long> selectCols)
|
DecodeCsv.Options |
useQuoteDelim(Boolean useQuoteDelim)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public DecodeCsv.Options fieldDelim (String fieldDelim)
Parameters
fieldDelim | char delimiter to separate fields in a record. |
---|
public DecodeCsv.Options naValue (String naValue)
Parameters
naValue | Additional string to recognize as NA/NaN. |
---|
public DecodeCsv.Options useQuoteDelim (Boolean useQuoteDelim)
Parameters
useQuoteDelim | If false, treats double quotation marks as regular characters inside of the string fields (ignoring RFC 4180, Section 2, Bullet 5). |
---|