delimiter

The delimiter property specifies the character that separates fields in a line. The value of delimiter is a CHAR(1), with a comma as the default. Other common values include the Tab ("\t") or colon (":") characters. Do not use the newline ("\n") or carriage return ("\r") character as a delimiter, as either of those is assumed to end the line. Do not use the same value for a delimiter that you use for the textQualifier property (see textQualifier).

For an example that includes the delimiter property, see CSVRecord stereotype.


Feedback