public class CSVSettings extends Object implements FormatSettings
| Constructor and Description |
|---|
CSVSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderPrefix() |
char |
getSeparator() |
List<String> |
getSkipPrefixes() |
boolean |
isContainsHeader() |
boolean |
isGzip() |
boolean |
isQuoteDetection() |
boolean |
isQuoteStrings() |
boolean |
isSingleQuoteDetection() |
void |
setContainsHeader(boolean containsHeader) |
void |
setGzip(boolean gzip) |
void |
setHeaderPrefix(String headerPrefix) |
void |
setQuoteDetection(boolean quoteDetection) |
void |
setQuoteStrings(boolean quoteStrings) |
void |
setSeparator(char separator) |
void |
setSingleQuoteDetection(boolean singleQuoteDetection) |
void |
setSkipPrefixes(List<String> skipPrefixes) |
public boolean isQuoteDetection()
public boolean isSingleQuoteDetection()
public void setQuoteDetection(boolean quoteDetection)
public void setSingleQuoteDetection(boolean singleQuoteDetection)
public boolean isGzip()
public void setGzip(boolean gzip)
public String getHeaderPrefix()
public void setHeaderPrefix(String headerPrefix)
public void setSeparator(char separator)
public boolean isContainsHeader()
public void setQuoteStrings(boolean quoteStrings)
public boolean isQuoteStrings()
public void setContainsHeader(boolean containsHeader)
public char getSeparator()
Copyright © 2020. All rights reserved.