![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Zoho Recruit inside of a SQL Server SSIS workflow to transfer Zoho Recruit data into a Microsoft SQL Server database.
To get started, add a new Zoho Recruit source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Zoho Recruit connection properties in a connection manager.
To authenticate to ZohoRecruit, and connect to your own data or to allow other users to connect to their data, you can use the OAuth standard.
First, you will need to register an OAuth application with ZohoRecruit. To do so, go to the Zoho Developer Console, add a new Client (Server-based application) and set a valid OAuth redirect URL. Your OAuth application will be assigned a client id and a client secret. Additionally, you will need to set the relevant Domain (.com, .eu, .in, .com.cn, or .jp), which defaults to .com.
After setting the following connection properties, you are ready to connect:
Profile=C:\profiles\ZohoRecruit.apip;ProfileSettings='Domain=.com';AuthScheme=OAuth;InitiateOAuth=GETANDREFRESH;OAuthClientId=your_client_id;OAuthClientSecret=your_client_secret;CallbackUrl=your_callback_url;๐ Configuring a connection (Salesforce is shown).
Follow the steps below to specify the query to be used to extract Zoho Recruit data.
SELECT , FROM Attachments WHERE Module = 'Candidates'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Zoho Recruit data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Zoho Recruit data.
๐ The completed import. (Salesforce is shown.)Connect to live data from Zoho Recruit with the API Driver
Connect to Zoho Recruit