Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bug in Derived Column??

Status
Not open for further replies.

williey

Technical User
Jan 21, 2004
242
Source file is fixed length being passed into derived column task and finally going into destination table.

There is a column A which are blank for certain rows. When a blank column A undergoes derived column task, the resulting derived column B has the value of the previous row's value.

Add the data viewer to the flow to confirm. True enough, derived column task does not initialized the fields before processing the next row.

------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
 
derived column task won't acomplish this, you need to write a custom script task to accomplish this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top