Foreach Loop : From Variable Enumerator – SSIS 2012 Tutorial Videos

This Video Tutorial illustrates how to use From Variable enumerator to loop through an array list.

From Variable provides ability to loop through an array that filled from a script task. Collection structures such as Array and ArrayList can be loaded into an Object type variable in the SSIS package, and then Foreach Loop with From Variable Enumerator can loop through the variable.

In this sample we use From Variable Enumerator for following scenario:

Source CSV files come into a source directory. we want to load data from each source file into a database table, and then move that file into the archive folder. But we want to do the data load for only new files.

We use a script task to find new files based on System.IO namespace objects, and then we will load new file pathes into an array list, then the array list will be loaded into an Object type varaible of the package. Finally we use a Foreach loop with From Variable to loop through items of that array list, and load new files into the database table, and then archive them.

To view this tutorial follow link below:

https://radacad.com/ShowVideo.aspx?cpid=18&vid=9

To view other SSIS 2012 Tutorial Videos follow this link:

https://radacad.com/CoursePlan.aspx?course=1

Reza Rad on FacebookReza Rad on LinkedinReza Rad on TwitterReza Rad on Youtube
Reza Rad
Trainer, Consultant, Mentor
Reza Rad is a Microsoft Regional Director, an Author, Trainer, Speaker and Consultant. He has a BSc in Computer engineering; he has more than 20 years’ experience in data analysis, BI, databases, programming, and development mostly on Microsoft technologies. He is a Microsoft Data Platform MVP for 12 continuous years (from 2011 till now) for his dedication in Microsoft BI. Reza is an active blogger and co-founder of RADACAD. Reza is also co-founder and co-organizer of Difinity conference in New Zealand, Power BI Summit, and Data Insight Summit.
Reza is author of more than 14 books on Microsoft Business Intelligence, most of these books are published under Power BI category. Among these are books such as Power BI DAX Simplified, Pro Power BI Architecture, Power BI from Rookie to Rock Star, Power Query books series, Row-Level Security in Power BI and etc.
He is an International Speaker in Microsoft Ignite, Microsoft Business Applications Summit, Data Insight Summit, PASS Summit, SQL Saturday and SQL user groups. And He is a Microsoft Certified Trainer.
Reza’s passion is to help you find the best data solution, he is Data enthusiast.
His articles on different aspects of technologies, especially on MS BI, can be found on his blog: https://radacad.com/blog.

Leave a Reply