CsvFileInputRecordStream.SeparatorChar
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
CsvFileInputRecordStream.SeparatorChar
Syntax
CsvFileInputRecordStream.SeparatorChar
Data Type
The separator character for the CSV file.
Purpose
Get or set the separator character associated with this CsvFileInputRecordStream . By default, the separator character is a "," (comma).
Remarks
Note
The only separator compliant with RFC 4180 is the comma.
CsvFileInputRecordStream
supports any single character for the separator except for '"' (double quote), new line, carriage return, or null (empty string). Attempting to set the separator to an empty string or string of two or more characters causes a run-time error.
Note
Although this interface accepts any Unicode character, TestStand only supports values that map to ANSI multibyte characters from the current code page.