Legacy .CSV, .TXT, and Excel Plugins

Legacy .CSV, .TXT, and Excel Plugins

The Legacy .CSV, .TXT, and Excel plugins contain the following plugin-specific options:

  • Decimal Point — The decimal point setting TestStand uses to import and export properties.
    Notice If you specify a different decimal point for numeric values when you export and import values from a file, the imported values are not correct.
  • Start of Data Marker — The string that designates the beginning of a block of limit data. The marker string must appear at the beginning of a row. The marker string in this control and in the file do not require surrounding quotes. Include the <FILE> or <SEQUENCE> tag within the marker to instruct TestStand to automatically substitute the name of the sequence or file on which the step operates. Select <FILE> or <SEQUENCE> from the drop-down list to insert the tag.
  • End of Data Marker — The string that designates the end of a block of limit data. The marker string must appear at the beginning of a row. The marker string in this control and in the file do not require surrounding quotes. Include the <FILE> or <SEQUENCE> tag within the marker to instruct TestStand to automatically substitute the name of the sequence or file on which the step operates. Select <FILE> or <SEQUENCE> from the drop-down list to insert the tag.
  • When Start Marker Not Found — Action when Start Data Marker is not found in the property loader source.
  • Skip Rows That Begin With — Causes the Import or Export command to ignore all rows that begin with the string you specify in this control. This feature is useful when the file includes comment lines.
  • First Row of Data Specifies Step Property for Each Column — Defines the step property names for each column as the first row of each data block in the file. When you disable this option, you must use the Specify Column to Step Property Mapping text box to specify the list of property names. Separate the property names with commas, as shown in the following example: Limits.Low, Limits.High, Limits.String.