CsvStream$

Takes one parameter bNoHeaders and returns the result to an assigned variable

Description:

Creates a single string of the CSV data from the current WorkQuery and assigns it to a TopQuery value. The optional second parameter defaults to true if not specified, but if set to false will output the data without a header row listing the field names.

This command always outputs whitespace wrapped in double quotes. Unlike the LoadCsvFile vs. LoadCsvFileWS, there is no WS specific version of this command because the performance impact of always considering it is not meaningful.

Example:

[New] MyData | CsvStream$