I have a set of data that I'm exporting to a text file. However the file is not in fixed length format. For instance, it looks like this:

"abcd","123 brwon street","Austin","TX"

When I need it to look like:

abcd 123 brown street Austin TX

Any ideas? Thanks in advance.