July 29, 2008 at 5:31 am
I have a for each loop with multiple data flow tasks included which proces flat files of variable input formats. I need to trap incorrectly formated rows within the script task(s) and redirect the row to an error file for later emailing to users. In one of these data flow tasks I have added a new output row as described here http://msdn.microsoft.com/en-us/library/ms345159.aspx but I am unable to add this to any other data flow script tasks. The row.directrowto.... method is not exposed.
Has anyone else come across this, what am I doing wrong?
Thanks
Graham
edit for typos and clarity
July 30, 2008 at 8:26 pm
It looks like the directions in the website are for script components, not script tasks. I was able to follow the directions in a script component and when I typed the dot after Row, the options included a DirectRowTo option for each output file.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply