Using the SSIS Components
ReadingZoho Books Data with the SSIS Components
The following sections show how to ETL Zoho Books data, using the standard SSIS components to query Zoho Books tables just as you would SQL Server tables.
Using the Source Component
Using the Source Component details how to add a source component to the package, including defining a connection manager and selecting a data access mode.
Using the Lookup Component
Using the Lookup Component demonstrates how to perform data lookups on a specified set of columns from the source component in a lookup component.
Using the Execute SQL Task
Using the Execute SQL Task details the process for adding an Execute SQL task to your project and executing SQL queries directly.
Calling Stored Procedures
Calling Stored Procedures describes the process for executing stored procedures with a Script component.