public static final class CsvParser.DSL extends CsvParser.AbstractDSL<CsvParser.DSL>
CsvParserCsvParser.AbstractDSL.StringPostProcessingbufferSize, cellConsumerWrapper, escapeChar, limit, maxBufferSize, quoteChar, separatorChar, skip, stringPostProcessing, yamlComment| Modifier | Constructor and Description |
|---|---|
protected |
DSL() |
protected |
DSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment) |
| Modifier and Type | Method and Description |
|---|---|
CsvParser.DSL |
disableUnescaping() |
protected CsvParser.DSL |
newDSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment) |
CsvParser.DSL |
trimSpaces() |
CsvParser.DSLYamlComment |
withYamlComments()
will parse line starting with # as yaml comment.
|
CsvParser.DSLYamlComment |
withYamlCommentsAsCell()
will parse line starting with # as yaml comment.
|
bufferSize, bufferSize, charBuffer, charBuffer, charBuffer, charConsumer, escape, forEach, forEach, forEach, forEach, getCellTransformer, getTextFormat, getUnescapeCellTransformer, iterator, iterator, iterator, iterator, limit, limit, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapTo, mapWith, maxBufferSize, maxBufferSize, parse, parse, parse, parse, quote, quote, reader, reader, reader, reader, rowIterator, rowIterator, rowIterator, rowIterator, rowStream, rowStream, rowStream, rowStream, separator, separator, skip, skip, stream, stream, stream, stream, streamprotected DSL()
protected DSL(char separatorChar,
char quoteChar,
char escapeChar,
int bufferSize,
int skip,
int limit,
int maxBufferSize,
CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing,
org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper,
boolean yamlComment)
public CsvParser.DSL trimSpaces()
public CsvParser.DSLYamlComment withYamlComments()
public CsvParser.DSLYamlComment withYamlCommentsAsCell()
public CsvParser.DSL disableUnescaping()
protected CsvParser.DSL newDSL(char separatorChar, char quoteChar, char escapeChar, int bufferSize, int skip, int limit, int maxBufferSize, CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing, org.simpleflatmapper.util.Function<? super CellConsumer,? extends CellConsumer> cellConsumerWrapper, boolean yamlComment)
newDSL in class CsvParser.AbstractDSL<CsvParser.DSL>Copyright © 2018. All rights reserved.