Thanks. However, I don't want to cancel the row/record. I think I need to put my code in the global script on event DTM.RowChaning; The want to check if a specific source field contains something; if it does; don't update, let say, 3 out 5 fields from the source. e.g.
Source: abc.txt Destination: Active Directory
Field1, Field2, Field3, Field4, Field5
ABC,DEF-FEILD,ABC123,ABC345,ABC567
Pseudo code:
If Field 2 contains "-FIELD" then do not update the destination field3 with value from source field3; however continue to update field4 and field5
Also; does Imanami have a bit more detail on the all of DTM field avaialble and their usage? Where do i get the powertools from too ...
Thanks in advance.
Tim