I use Bulk Insert. It works well for most of the strings, but fails for the ones that have double quotes("). So I have to import the whole string to one column first...
Will it work on the following example? Instead of splitting one delimited column into multiple rows, I need to separate values that are all in one column that...