Hello everyone,
I'm posting this question here hoping to find a solution. I have a flat file source which needs to be loaded into SQL Server destination table. The flat file is Pipe demilited and has text qualifier as double quotes (") . But i have a address column which has additional double quotes in it which is causing the failure saying delimiter was not found for column "Address 1".
Data looks like this
EMPLID|FIRST_NAME|NickName|MIDDLE_NAME|ADDRESS1|ADDRESS2|
"00001"|"Jones,David "|"Jones"|"David"|""12310" abc APT #A4"|"6358 gef"|
Thanks in Advance