CSV Row Parse

Pure
CSVRowParse

Parses a single CSV row respecting quoted fields and escaped delimiters.

Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text

Inputs

NameTypeDefaultDescription
CSVLineFStringCSVLine parameter
DelimiterFString,Delimiter parameter

Outputs

NameTypeDescription
ReturnValueTArray<FString>ReturnValue output

Example Use Cases

Example 1

Load level data from a CSV configuration file.

Example 2

Parse dialogue options from a spreadsheet export.