Skip to content

CsvCall

fluentcodes edited this page Nov 19, 2018 · 2 revisions

Home - Calls


Summary

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

Test Examples

In the CsvCallTest.java there are some examples showing the usage.


fluentcodes - elastic objects - mvn repository



                  

Clone this wiki locally