Hi,
I'm using SQL Server 2012 and try to import a flat file where the data looks like this:
"Column A";"Column B";" Column C"; ...
I set the double quote as Text Qualifier and the Preview is successful.
But the import fails, because I got a line like this:
"Column A";"Column "B"";" Column C"; ... (B has double quotes)
Got an error, that it cannot find the row delimiter for Column B.
I thought this problem was fixed in 2012? Or am I doing something wrong?
Is it a problem when the text qualifier occurs more than one time in the string (apart from the ones at the beginning and the end)?