DslCsvDataSet |
DslCsvDataSet.delimiter(String delimiter) |
Specifies the delimiter used by the file to separate variable values.
|
DslCsvDataSet |
DslCsvDataSet.encoding(String encoding) |
Specifies the file encoding used by the file.
|
DslCsvDataSet |
DslCsvDataSet.encoding(Charset encoding) |
Specifies the file encoding used by the file.
|
DslCsvDataSet |
DslCsvDataSet.ignoreFirstLine() |
Specifies to ignore first line of the CSV.
|
DslCsvDataSet |
DslCsvDataSet.ignoreFirstLine(boolean enable) |
|
DslCsvDataSet |
DslCsvDataSet.randomOrder() |
Specifies to get file lines in random order instead of sequentially iterating over them.
|
DslCsvDataSet |
DslCsvDataSet.randomOrder(boolean enable) |
|
DslCsvDataSet |
DslCsvDataSet.sharedIn(DslCsvDataSet.Sharing shareMode) |
Allows changing the way CSV file is consumed (shared) by threads.
|
DslCsvDataSet |
DslCsvDataSet.stopThreadOnEOF() |
Specifies to stop threads when end of given CSV file is reached.
|
DslCsvDataSet |
DslCsvDataSet.stopThreadOnEOF(boolean enable) |
|
DslCsvDataSet |
DslCsvDataSet.variableNames(String... variableNames) |
Specifies variable names to be assigned to the parsed values.
|