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