| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| Modifier and Type | Method and Description |
|---|---|
protected CsvParser.DSLYamlComment |
CsvParser.DSLYamlComment.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,
boolean parallelReader,
boolean specialisedCharConsumer) |
CsvParser.DSLYamlComment |
CsvParser.DSL.withYamlComments()
will parse line starting with # as yaml comment.
|
CsvParser.DSLYamlComment |
CsvParser.DSL.withYamlCommentsAsCell()
will parse line starting with # as yaml comment.
|
Copyright © 2018. All rights reserved.