//ERDDAP/com.cohort.util/ScriptString2/toCSSVString
toCSSVString
[JVM]
open fun toCSSVString(ar: Array<Any>): String
Generates a Comma-Space-Separated-Value (CSSV) string.
CHANGED: before 2011-03-06, this didn't do anything special for strings with internal commas or quotes. Now it uses toJson for that string.
CHANGED: before 2011-09-04, this was called toCSVString.
Return
a CSSV String with the values with ", " after all but the last value. Returns null if ar is null. null elements are represented as "[null]".