Skip to main content
Version: v0.17.0

FromCSV

Alias:FromCSV, ConvertCSVToEntity

Output:Array<T>

Extracts entities from a CSV stream. The same as FromConcordance but with different default values.

ParameterTypeRequiredPositionDefault ValueSummary
Streamstring✔1Stream containing the CSV data.
Delimiterstring2,The delimiter to use to separate fields.
CommentCharacterstring3#The token to use to indicate comments. Must be a single character, or an empty string. If it is empty, then comments cannot be indicated
QuoteCharacterstring4"The quote character to use. Should be a single character or an empty string. If it is empty then strings cannot be quoted.
MultiValueDelimiterstring5The multi value delimiter character to use. Should be a single character or an empty string. If it is empty then fields cannot have multiple fields.