csv:to-row
csv:to-row netlogolist csv:to-row netlogolist delimiter
Reports the given list as a CSV row. For example:
observer> show csv:to-row ["one" 2 true]
observer: "one,2,true"Reports the given list as a CSV row. For example:
observer> show csv:to-row ["one" 2 true]
observer: "one,2,true"Take me to the full CSV Extension Dictionary.