csvDelimiter property

String? csvDelimiter
final

The delimiter used to separate columns in the .csv file for both source and target. The default is a comma.

Implementation

final String? csvDelimiter;