Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Example - wfimport

The workflow configuration Default.disk_collection workflow configuration is updated with with imported data from the file wf_disk_collection.csv.

Code Block
$ wfimport Default.disk_collection wf_disk_collection.csv

Note

Note!

wfimport and the right-click command Import Table are different. If the workflow configuration consists of several workflows, and wf_disk_collection.csv contains a single workflow configuration data, only one workflow is included in the Workflow Table after wfimport. To avoid losing your configurations when importing, use the right-click command Import Table in the Workflow Table.

For further information see Import Table in the Desktop User's Guide.

Option/Parameter

[ -keepOld [yes|no] ]

Specify Set this option to yes to preserve retain the existing workflow table data that is not updated by the export file. Specify Set it to no to have remove such data removed from the workflow table.

The default value is no.

<workflow configuration>

The workflow configuration that you want to be updated by the export file.

<export file>

The export file name. For further information about the export file see wfexport.

Note

Note!

  • wfimport imports the file formats: CSV (Comma Separated Value), SSV (Semicolon Separated Value), and TSV (Tab Separated Value).

  • Text strings within each value are delimited by a quotation mark (").

  • Exported fields that contain profiles, are assigned with a unique string identifier. The ID and Name fields are exported, as well.

[workflow configuration password]

To import a password protected workflow configuration, specify a password.

...