csvRowDelimiter property

String? csvRowDelimiter
final

The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage return (\n).

Implementation

final String? csvRowDelimiter;