March 18, 2014 at 10:36 am
Hi all,
We are migrating a package from DTS to SSIS 2008, however it is not recognising the vertical bars in a CSV file as column delimiters, whereas DTS has no problem acknowledging the bars in the the exact same file. Thus the output is shown as a single column, whereas there should be 9 or so.
Any ideas what's happening guys?
Cheers,
Jake
March 18, 2014 at 10:53 am
somewhere in your package, you've got a flat file connection manager.
if you go to it's details, and go to the columns column, you can change the column delimiter from a comma to a pipe character, and you should be all set after that.
Lowell
March 18, 2014 at 11:00 am
That's what I've been trying, but no dice. I've selected the bar from the drop down, reset/refreshed the columns several times, but it still presents as a heap.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply