Skip to content

Datastore To CSV

The Datastore To CSV worker receives a datastore and converts it to a CSV file. You customize the file's basic information like name, tags and whether the generated file will be saved in the platform or not.

Parameters

The Datastore To CSV worker must receive specific parameters in order to execute properly. When parameters are not set correctly it may cause the worker to not work as expected. This worker's parameters are separated in the following tabs: Input and Output.

Input

The Input tab contains parameters which are consumed by the worker, in order to execute its calculations or actions.

Datastore

Set the datastore to be retrieved using Fixed Datastore, Get Latest, or Upstream Data variants.

Workspace

Set the research workspace of the datastore using Fixed Workspace variant.

Output

The Output tab contains parameters that defines the worker execution results, and how it will be provided to downstream workers.

Name

Set the file name using Template Text or Upstream Data variants.

Workspace

Select the workspace in which the generated CSV file will be saved using Fixed Workspace variants.

Tags

Set the file tags using Fixed Tags or Upstream Data variants.

Storage Mode

Select if the output datastore will be saved on the platform or be a transient one (temporary during workflow execution), through the following options: Transient or Create.

Result

Once the worker finishes its executions successfully, it will return a result object containing the retrieved file(s) to the workflow, which can be used by downstream workers. Below you can see an example of the Datastore To CSV's result object hierarchy. You can check the Output Types article to learn more about result objects types.

  • File (file)
  • ID (string)
  • Name (string)
  • Tags (list of strings)
  • Content-Type (string)