Uses of Class
org.simpleflatmapper.csv.CsvParser.DSLYamlComment
Packages that use CsvParser.DSLYamlComment
-
Uses of CsvParser.DSLYamlComment in org.simpleflatmapper.csv
Methods in org.simpleflatmapper.csv that return CsvParser.DSLYamlCommentModifier and TypeMethodDescriptionprotected CsvParser.DSLYamlCommentCsvParser.DSLYamlComment.newDSL(char separatorChar, char quoteChar, char escapeChar, int bufferSize, int skip, int limit, int maxBufferSize, org.simpleflatmapper.lightningcsv.CsvParser.AbstractDSL.StringPostProcessing stringPostProcessing, org.simpleflatmapper.util.Function<? super org.simpleflatmapper.lightningcsv.parser.CellConsumer, ? extends org.simpleflatmapper.lightningcsv.parser.CellConsumer> cellConsumerWrapper, boolean yamlComment, boolean parallelReader, boolean specialisedCharConsumer) CsvParser.DSL.withYamlComments()will parse line starting with # as yaml comment.CsvParser.DSL.withYamlCommentsAsCell()will parse line starting with # as yaml comment.