CSVInput constructor
CSVInput()
Implementation
CSVInput(
this.allowQuotedRecordDelimiter,
this.comments,
this.fieldDelimiter,
this.fileHeaderInfo,
this.quoteCharacter,
this.quoteEscapeCharacter,
this.recordDelimiter,
);