public static class CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
CSVFromPropertiesReader |
build() |
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
withCaseInsensitiveAttributes(boolean ignoreCase) |
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
withColumn(java.lang.String name,
int column) |
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
withIdAndAttributePattern(java.lang.String pattern) |
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
withLineBufferOf(int size) |
CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder |
withMissingValueToken(java.lang.String token) |
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withIdAndAttributePattern(java.lang.String pattern)
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withCaseInsensitiveAttributes(boolean ignoreCase)
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withLineBufferOf(int size)
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withMissingValueToken(java.lang.String token)
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withColumn(java.lang.String name, int column)
public CSVFromPropertiesReader build()
Copyright © 2018 SAP SE. All Rights Reserved.