|
|
Browse by Tags
All Tags » Dataflow Task » raw files » Foreach Loop
-
Quite often you may want to process data from multiple files all at the same time. There are a number of options available to you if you want to do this.
1. Have a seperate source adapter for each file and amalgamate them together with the Union All component.
Advantages of this approach: This works well if the files are of ...
|
|
|