What's a tool that formats lines of text into array format

Posted by Jasie on Stack Overflow See other posts from Stack Overflow or by Jasie
Published on 2010-05-04T22:43:14Z Indexed on 2010/05/04 22:48 UTC
Read the original article Hit count: 192

Filed under:

I frequently come across this problem. I have a file:

something
something2
something3

which I want output as:

"something","something2","something3"

any quick tool for this, preferably online?

© Stack Overflow or respective owner

Related posts about formatting