-
Notifications
You must be signed in to change notification settings - Fork 1
CsvCall
fluentcodes edited this page Nov 19, 2018
·
2 revisions
CsvCall read or write csv files with the help openCsv. Since it has this external dependency it's in a separate package.
It's available in the maven repository dependent on Elastic Objects.
| Description | Values |
|---|---|
| super class | ListCall.java |
| configuration | CsvConfig.java extends ListConfig.java |
| json configuration | CsvConfig.json |
| methods | read,write |
| Config Values | csvKey, fieldDelimiter, rowDelimiter, fileKey |
| Fixed Values | csvKey, fieldDelimiter, rowDelimiter, fileKey |
| Variable Values | colKeys, ignoreHeader, pathPattern, modelKey, doMap, rowHead, rowStart, rowEnd, length, filter, path, mapPath |
In the CsvCallTest.java there are some examples showing the usage.