![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am having trouble skipping rows when processing a text file. I want to skip all the rows there col001 doesn't equal "001". I've tried using both DTSTransformStat_SkipRow, and DTSTransformStat_SkipInsert. And both insert null values into my destination table instead of skipping the insert entirely. Any suggestions as to what I should be doing differently? Thanks, Wes Function Main() if not DTSSource("Col001") = "001" then Main = DTSTransformStat_SkipRow else 'Column Mappings here end if Main = DTSTransformStat_OK End Function |
![]() |
| Thread Tools | |
| Display Modes | |
| |