The Datastore To CSV worker receives a datastore and converts it to a CSV file. You customize the file's basic informations like name, tags and wheter 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 parameters is separated in the following tabs: Input and Output.
1. Input
The Input tab contains parameters which are consumed by the worker, in order to execute it's calculations or actions.
1.1 Datastore
Set the datastore to be retrieved using Fixed Datastore, Get Latest, or Upstream Data variants.
1.3 Workspace
Set the research workspace of the datastore using Fixed Workspace variant.
2. Output
The Output tab contains parameters that defines the worker execution results, and how it will be provided to downstream workers.
2.1 Name
Set the file name using Template Text or Upstream Data variants.
2.2 Workspace
Select the workspace in which the generated CSV file will be saved using Fixed Workspace variants.
2.3 Tags
Set the file tags using Fixed Tags or Upstream Data variants.
2.4 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 it's executions succesfully, it will return a result object containing the retrieved file(s) to the workflow, which can be used by upstream 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)