-
Notifications
You must be signed in to change notification settings - Fork 1
ScsCall
fluentcodes edited this page Nov 19, 2018
·
2 revisions
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 |
In the ScsCallTest.java there are few examples showing the usage mainly about permissions.