recordDelimiter property

String? recordDelimiter
getter/setter pair

A single character used to separate individual records in the input. Instead of the default value, you can specify an arbitrary delimiter.

Implementation

String? recordDelimiter;