This Specification Flow Task will export the Variables in a specified category to a text file.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
Category Name | Name of the category to export |
Delimiter | Character to use between the name and the value on each row (= by default) |
Export Path | Full path, including extension, of the file that the Variables will be exported to |
Include Variable Name | TRUE to include variable names in the text file |
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Category Name | "Common" | Common | This is the name of the Variable category that will be exported. |
Delimiter | "#" | # | # will the be the character used to separate name and value on each row. Leaving this blank uses =. |
Export Path | "C:\MyDocuments\Export\VariableInCommon.txt" | C:\MyDocuments\Export\VariableInCommon.txt | This is the Full path including the extension to where the file is to be created. |
Include Variable Name | TRUE | TRUE | TRUE will include the Variable Name in the created Text file. FALSE will not. |