csv:to-row
csv:to-row list csv:to-row list delimiter
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
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