CSV.getValueOfField

Finds the table field by another field in the same row (key1 and value) and column name (key2). Returns first match only.

struct CSV
string
getValueOfField
(
string key1
,
string value
,
string key2
)

Meta