In this blog I will show, how to create an SSIS package with Xtract IS Table programmatically. Our Package will extract data from an SAP table and load it to the sql server.
This scenario is very helpful to create your own packages, that you can load and reconfigure for different projects and customers.
In this sample we will:
- create a Package
- add a data flow task
- add connection managers
- add an Xtract IS Table source component
- add an OLE DB destination component
- connect data flow components and map columns