csvRowDelimiter property
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;
The delimiter used to separate rows in the .csv file for both source and
target. The default is a carriage return (\n
).
final String? csvRowDelimiter;