Package | Description |
---|---|
org.thales.punch.libraries.punchlang.api |
Punch package documentation.
|
org.thales.punch.libraries.punchlang.operator |
Punch language operators.
|
Modifier and Type | Method and Description |
---|---|
FetchCsvOperator |
Punchlet.fetchCsv()
Return a fetchCsv operator.
|
FetchCsvOperator |
Punchlet.fetchCsv(String url)
Return a fetchCsv operator.
|
Modifier and Type | Method and Description |
---|---|
FetchCsvOperator |
FetchCsvOperator.columns(List<String> columnNames)
Provide the expected column names as a list of strings
|
FetchCsvOperator |
FetchCsvOperator.columns(String... columnNames)
Provide the expected column names
|
FetchCsvOperator |
FetchCsvOperator.delimiter(String delimiter)
Set the CSV delimiter.
|
FetchCsvOperator |
FetchCsvOperator.generateFieldNames()
Call this to make the operator generate automatically field names.
|
FetchCsvOperator |
FetchCsvOperator.inferTypes()
Auto-guess the fields type from your CSV files.
|
FetchCsvOperator |
FetchCsvOperator.setContent(String csv) |
Copyright © 2022. All rights reserved.