LoaderCSVOptionsStep<R> |
LoaderCSVStep.fields(Collection<? extends Field<?>> fields) |
Specify the the fields to be loaded into the table in the correct order.
|
LoaderCSVOptionsStep<R> |
LoaderCSVStep.fields(Field<?>... fields) |
Specify the the fields to be loaded into the table in the correct order.
|
LoaderCSVOptionsStep<R> |
LoaderCSVStep.fields(LoaderFieldMapper mapper) |
Specify a function to apply on each input field to receive the target
table's field.
|
LoaderCSVOptionsStep<R> |
LoaderCSVStep.fieldsFromSource() |
Indicate that all input fields which have a corresponding field in the
target table (with the same name) should be loaded.
|
LoaderCSVOptionsStep<R> |
LoaderCSVOptionsStep.ignoreRows(int number) |
Specify that a certain number of rows should be ignored from the CSV
file.
|
LoaderCSVOptionsStep<R> |
LoaderCSVOptionsStep.nullString(String nullString) |
Specify the input string representation of NULL .
|
LoaderCSVOptionsStep<R> |
LoaderCSVOptionsStep.quote(char quote) |
Specify the quote character.
|
LoaderCSVOptionsStep<R> |
LoaderCSVOptionsStep.separator(char separator) |
Specify the separator character.
|