You can find a step-by-step on how to create the SSIS Package, starting at lesson 1 -
MS Learn | Create a new Integration Services project[
^]
Quote:
1) On the Windows Start menu, search for and select Visual Studio (SSDT).
2) In Visual Studio, select File > New > Project to create a new Integration Services project.
3) In the New Project dialog box, expand the Business Intelligence node under Installed, and select Integration Services Project in the Templates pane.
4) In the Name box, change the default name to SSIS Tutorial. To use a folder that already exists, clear the Create directory for solution check box.
5) Accept the default location, or select Browse to browse to locate the folder you want to use. In the Project Location dialog box, select the folder and then Select Folder.
6) Select OK.
7) By default, an empty package titled Package.dtsx is created and added to your project under SSIS Packages.
8) In Solution Explorer, right-click Package.dtsx, select Rename, and rename the default package to Lesson 1.dtsx.
After this, follow the link to the next steps.