Skip to content

ScsCall

fluentcodes edited this page Nov 19, 2018 · 2 revisions

Home - Calls


Summary

ScsCall read or write files with a Simple Character Separation. It use a simple split for lines and fields and no specialized library like CsvCall.

Description value
super class ListCall.java
configuration ScsConfig.java extends ListConfig.java
json configuration ScsConfig.json
methods read, write
Config Values scsKey, fieldDelimiter, rowDelimiter, fileKey
Fixed Values fieldDelimiter, rowDelimiter, fileKey
Variable Values colKeys, ignoreHeader, pathPattern, modelKey, doMap, rowHead, rowStart, rowEnd, length, filter, path, mapPath

Test Examples

In the ScsCallTest.java there are few examples showing the usage mainly about permissions.


fluentcodes - elastic objects - mvn repository



                  

Clone this wiki locally