CSV.setValueOfField

The method sets new value (value2) by other field in the same row and column name.

struct CSV
void
setValueOfField
(
string key1
,
string value1
,
string key2
,
string value2
)

Meta