- Open the ETL.Staging SSIS project and add a new package to it. Rename it StgAggregateSalesFromCloud.dtsx.
- Add a Hadoop connection manager called cmgr_Hadoop_Sandbox like we did in the previous recipe.
- Add another connection manager, which will connect to the Azure storage like the cmgr_AsureStorage_ssiscookbook we did in a previous recipe in this chapter.
- Add a Foreach Loop container to the control flow and rename it felc_HDP_Export.
- Double-click on it to open the Foreach Loop editor. Set the Collection properties, as shown in the following screenshot:
- Click on the Variable Mappings, create a new variable at the package ...