This new `fieldsFromSource()` method can be used when all or a subset of the input field names exactly match the target table column names. The load operation can then be executed without having to specify the fields and will create rows with all matching fields (other fields are ignored). Since the fields are mapped by name this requires the input to specify the field names. For CSV this means that there must be a header row, otherwise using `fieldsFromSource()` will result in a runtime exception. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||