dataflow export

The dataflow export command exports a dataflow from the server to a .df file. The dataflow can then be imported to another server.

Note: Dataflows can only be exchanged between identical versions of Spectrum™ Technology Platform.

Usage

dataflow export --d DataflowName --e TrueOrFalse --o OutputDirectory
RequiredArgumentDescription
Yes--d DataflowNameSpecifies the name of the dataflow you want to export. If the dataflow name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the exact dataflow name you can use the dataflow list command to get a list of the dataflow names.
Yes--e TrueOrFalseSpecifies whether to export the exposed version of the dataflow, where TrueOrFalse is one of the following:
true
Export the exposed version of the dataflow.
false
Export the most recently saved version of the dataflow.
No--o OutputDirectorySpecifies the directory to which you want to export the dataflow. The path you specify here is relative to the directory where you are running the Administration Utility. If you omit this argument, the dataflow is exported to the directory containing the Administration Utility.

Example

This example exports the exposed version of a dataflow named "My Dataflow" to a folder named exported which is a subfolder in the location where you have installed the Administration Utility.

dataflow export --d "My Dataflow" --e true --o exported