CSV
A Callable for generating a Comma-Separated Values (CSV) file.
Definition
Parameters
None.
Output
A DataFrame is returned where it contains two columns matching the output conventions of an Outputter.
The
datacolumn contains the generated CSV file in text format.The
typecolumn indicates the data type to betext/csv.
Example configuration
{
"name": "foo",
"callable": "csv",
"params": {}
}