Hacker News new | ask | show | jobs
by fuhrysteve 1759 days ago
Doesn't require a whole lot of elaboration.

",".join(["a,b","c","d\ne","\"f\",g\""])

yields:

a,b,c,d

e,"f",g"

Try opening that in any csv reader.