Any help would be greatly appreciated
The For Each Loop has a file enumertor. You end up with the filename in a variable. You can then use this variable in two ways -
1 Use it in an expression for a connection, so that the connection string is changed to pick up the new file. You would use this connection for your source component, in a Data Flow within the loop itself.
2 Add a derived column transform in your data flow, and use the variable again, grab the date part and pass out in a new column.
No comments:
Post a Comment