How can I import a comma delimited text file with the following example record: abc, def and ghi,jkl
such that I get the output as column1: abc, def and ghi column2: jkl
There is no text qualifier surrounding (abc, def and ghi), and if the comma and space (, ) is specified as the text qualifier in sql server import, it does not produce the above result.