Skip to main content
Version: v0.19.0-alpha ๐Ÿšง

FromConcordance

Alias:FromConcordance, ConvertConcordanceToEntity

Output:Array<T>

Extracts entities from a Concordance stream. The same as FromCSV but with different default values.

ParameterTypeRequiredPositionDefault ValueSummary
Streamstringโœ”1Stream containing the CSV data.
Delimiterstring2\u0014 - DC4The delimiter to use to separate fields.
QuoteCharacterstring3รพThe quote character to use. Should be a single character or an empty string. If it is empty then strings cannot be quoted.
MultiValueDelimiterstring4\|The 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.