SQL Split function that handles string with delimeter appearing between text qualifiers?
- by Ron
There are several SQL split functions, from loop driven, to using xml commands, and even using a numbers table. I haven't found one that supports text qualifiers.
Using the example string below, I would like to split on ",", but not when it appears between double or single quotes.
Example data:
jsmith@anywhere.com, "Sally \"Heat\" Jones"…