Tool to format lines of text into array
        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:58 UTC
        
        
        Read the original article
        Hit count: 188
        
formatting
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