Using adaptors to export data

Getting data out of Data-flo

Data are exported from Data-flo via Export adaptors, which export data in a specified format.

Export adaptors

Data can be exported from Data-flo in two ways.

  1. Some adaptors are specifically configured to push data to certain external data locations (e.g., export-to-microreact-project).

  2. Some adaptors simply make data available for download (e.g., export-to-csv-file), and the user running the workflow must manually download (pull) the data to an external location.

Export adaptors on the canvas

Whenever the output of an adaptor is meant to be made available for download by the end user of the workflow, it must be marked as a workflow output. Workflows may have one or multiple outputs defined. In the canvas, the output will appear as a diamond.

A screenshot of the Data-flo canvas with an adaptor represented by a card and a Data-flo output represented by a diamond.
The ID output of adaptor #10 is "Used as Workflow Output"

Exported files on the Run page

When users mark something as a workflow output, they are able to add descriptions which will carry over to the Run page so that those uploading files and running the workflow have more details on what to expect as the output.

A screenshot of the Data-flo run page that prompts users to input specific files into the workflow.
Run page with all workflow input files
A screenshot of the Data-flo run page after a workflow is run, showing the workflow outputs. In this example, the output is a csv file available for download.
CSV file output available for download after inputs are uploaded and run

Last updated