interface CsvStringifyStreamOptionsView codeOptions for CsvStringifyStream. Propertiesreadonlyoptionalseparator: string = ","View codeDelimiter used to separate values. readonlyoptionalcolumns: Array<string>View codeA list of columns to be included in the output. If you want to stream objects, this option is required.