I have a comma delimited text file. The text for each field is enclosed in "". However, one of the fields contains a comma (to separate persons last name from first name). I'd like to replace the comma field separators to a colon, but leave the comma intact in the "persons name" field. Is this possible in [gn]awk? I've provided an example record...
"Smith, Joe","Development","555-1212","123 Main St"
Thanks.
"Smith, Joe","Development","555-1212","123 Main St"
Thanks.