This Specification Flow Task reads in multiline, two column data from a text file, and passes them into the specification for driving into constants or controls.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
File Name | Full Path and File Name of the txt or csv file - Including Extension. |
Constant Name | The constant used to report on the success of the specification task, for reference only. |
Delimiter | Character that is used between the values on each row (comma by default). |
The text file used for the import is to have two columns:
If a constant is found with the same name (Not case sensitive) then the value from the second column will be passed into it.
If no constant is found with that name, then DriveWorks will look for a form control with that name to pass the value to.
If no control is found, then no action will be taken with that rows data.
If a constant and control exist with the same name the constant will take priority.
The text file needs headers in the first row, which need to be in the format:
Name | Value |
---|---|
OverallLength | 485 |
ClevisOption | Universal Clevis |
TotalPrice | $253.75 |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success
Success with Warnings
Failed (one of the following occurred)