- org.cristalise.dsl.csv.CSVGroovyParser
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
static void |
parse(URL url, Charset charset, CSVFormat format, Closure block)
|
|
static void |
parse(File file, Closure block)
|
|
static void |
parse(File file, Charset charset, CSVFormat format, Closure block)
|
|
static void |
parse(String string, Closure block)
|
|
static void |
parse(String string, CSVFormat format, Closure block)
|
-
Inherited Methods Summary
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
org.cristalise:cristalise-dsl:3.5.0