SSIS problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am creating SSIS package programmatically from flat file to oledb destination. I am creating the source column using IOreader. after executing the package i found junk datas in the oledb destination. It is due to column and row delimiter value. Both are same. But i am setting column row limiter as , and row delimiter as "\r\n". After executing the package i am seeing both row and column delimiter are same how to solve this problem could any one help me please. I cant copy and paste the code due to restricted access to net. kesavan