Uses of Class
org.simpleflatmapper.lightningcsv.CsvParser.DSLYamlComment
Packages that use CsvParser.DSLYamlComment
-
Uses of CsvParser.DSLYamlComment in org.simpleflatmapper.lightningcsv
Methods in org.simpleflatmapper.lightningcsv that return CsvParser.DSLYamlCommentModifier and TypeMethodDescriptionprotected CsvParser.DSLYamlCommentCsvParser.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.DSL.withYamlComments()will parse line starting with # as yaml comment.CsvParser.DSL.withYamlCommentsAsCell()will parse line starting with # as yaml comment.