- Make sure that the CustomWebServiceSource.dtsx package of the AdventureWorksETL solution from the C:\SSIS2016Cookbook\Chapter07\Solution\ folder is active in the control flow editor.
- Add a package parameter using the following settings:
- Property: Value
- Name: JSONFilePath
- Data type: String
- Value: C:\SSIS2016Cookbook\Chapter07\Files
- Add another package parameter using the following settings:
- Property: Value
- Name: JSONFileNameFormat
- Data type: String
- Value: AirportInfo_{0:D3}.JSON
- Open the Airport Information data flow in the data flow designer.
- Form the SSIS Toolbox, drag a Script Component to the data flow designer.
- In the Select Script Component Type dialog, select Destination, as shown in the following screenshot: ...