| Modifier and Type | Method and Description |
|---|---|
DecodeCSV.Options |
fieldDelim(String fieldDelim) |
DecodeCSV.Options |
naValue(String naValue) |
DecodeCSV.Options |
selectCols(List<Long> selectCols) |
DecodeCSV.Options |
useQuoteDelim(Boolean useQuoteDelim) |
public DecodeCSV.Options fieldDelim(String fieldDelim)
fieldDelim - char delimiter to separate fields in a record.public DecodeCSV.Options useQuoteDelim(Boolean useQuoteDelim)
useQuoteDelim - If false, treats double quotation marks as regular
characters inside of the string fields (ignoring RFC 4180, Section 2,
Bullet 5).public DecodeCSV.Options naValue(String naValue)
naValue - Additional string to recognize as NA/NaN.public DecodeCSV.Options selectCols(List<Long> selectCols)
selectCols - Copyright © 2015–2019. All rights reserved.