CSV Row Parse
PureCSVRowParseParses a single CSV row respecting quoted fields and escaped delimiters.
Type: Pure (no side effects)
Category: Fortuna|String & Text
Keywords: string & text
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| CSVLine | FString | — | CSVLine parameter |
| Delimiter | FString | , | Delimiter parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | TArray<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.