CSV.getRowMapByField

The method finds table row by field (by column name and value), returns associative array, where keys are names of columns and values are content of fields of this row.

struct CSV
string[string]
getRowMapByField
(
string key
,
string value
)

Meta