You see, I have long suspected that the ForEach File Enumerator type in SSIS's ForEach Loop Container does not process time stamped text ...
I'd like to ensure that my SSIS (2012) Foreach File Enumerator processes the files in order of creation date. Ideas? Jim. Igor Micev. SSC- ...
the iteration order be changed to the date when the file was placed in ...
Second part is there anyway to specify the order by say size or date?” So how does SSIS order files or doesn't order files? The answer to this is pretty simple and I ...
Loop through all the files in foreachloop container and store the entire file path for each file in the
How to configure a Foreach Loop Container: Sorted File Enumerator
It would be nice if the SSIS For Each Loop Enumerator could provide the developer the flexibility to process files in order of filename, file create ...
Use the Foreach Loop Container in SSIS to loop through files in a specified folder .
The problem is that the SSIS For Each Loop container does not have the
Custom SSIS Component: Foreach Sorted File Enumerator