//ERDDAP/com.cohort.util/ScriptRow/columnString
columnString
[JVM]
open fun columnString(colName: String): String
This gets the value from a column as a String.
Return
the value as a String (or "" if column not found)
Parameters
JVM
colName | the columnName |