csv:to-string
csv:to-string list csv:to-string list delimiter
Reports the given list of lists as a CSV string. For example:
observer> show csv:to-string [[1 "two" 3] [4 5]]
observer: "1,two,3\n4,5"
Take me to the full CSV Extension Dictionary
Reports the given list of lists as a CSV string. For example:
observer> show csv:to-string [[1 "two" 3] [4 5]]
observer: "1,two,3\n4,5"
Take me to the full CSV Extension Dictionary