top | item 10324998

(no title)

nullwagon | 10 years ago

awk -F","

Problem solved.

discuss

order

z92|10 years ago

Not when the data is like this.

  "Richard, Martin", "23 NS, North Coast, NY"
Comma frequently occurs inside texts, and then awk fails.

ferrari8608|10 years ago

awk -F'", "'

That's apostrophe, quote, comma, space, end quote, apostrophe.