Viewing 2 posts - 1 through 2 (of 2 total)
One way to do this is a script task. In the script, you'll have something like this:
Public Overrides Sub ProcessInputRow(ByVal Row as rowInBuffer)
In that function, you can use this to get or...
February 2, 2007 at 7:35 am
#687414
Another way to do it would be to use a foreach loop with a wildcard filename (*.dat). Set a variable mapping to get the resolved file name. Then on...
October 6, 2006 at 8:15 pm
#664707