actions

.CSV

A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. A CSV file typically stores tabular data (numbers and text) in plain text, in which case each line will have the same number of fields.

As an action, Datagran sends the output from ML models to a .CSV. With a simple drag and drop, the action can be added into your workflow or pipeline as specified below.

HOW TO DO IT

1. Create a new pipeline.

2. Drag and drop a data source.

3. Drag and drop an Operator.

4. Drag and drop the .CSV Action.

5. Run the pipeline.

6. The output will be sent out to a .CSV once the pipeline runs.