CSV File Info
This class defines the settings to export a CSV file as a DataSet.
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.CSVFileInfo |
| Full Reference Name : |
Collaboris.Saf.Actions.Entities.CSVFileInfo |
| Assembly Name : |
Collaboris.Saf |
| Remarks : |
The DataSet is stored in a property within the entity called 'CsvDataSet'. This can then be passed into subsequent actions using output properties. |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| TableName |
String. The internal name of the data table.
|
TestTasks
|
false
|
true
|
| CsvDataSet |
DataSet. The DataSet that will be returned from the CSV File.
|
No example supplied.
|
true
|
false
|
| FilePath |
String. The full path and file name of the CSV File.
|
${CurrentDirectory}\TestTasks.csv
|
false
|
true
|