//ERDDAP/com.cohort.util/ScriptString2/toSVString
toSVString
[JVM]
open fun toSVString(ar: Array<Any>, separator: String, finalSeparator: Boolean): String
This is used at a low level to generate a 'separator'-separated-value string (without newlines) with the element.toString()'s from the array.