![]() |
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 BambooHR inside of a SQL Server SSIS workflow to transfer BambooHR data into a Microsoft SQL Server database.
To get started, add a new BambooHR 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 BambooHR connection properties in a connection manager.
Start by setting the Profile connection property to the location of the BambooHR Profile on disk (e.g. C:\profiles\bamboohr.apip). Next, set the ProfileSettings connection property to the connection string for BambooHR (see below).
In order to authenticate to BambooHR, you'll need to provide your API Key. To generate an API key, log in and click your name in the upper right-hand corner of any page to get to the user context menu. If you have sufficient permissions, there will be an "API Keys" option in that menu to go to the page, where you can create a new API Key. Additionally, set the Domain, found in the domain name of your BambooHR account. For example if your BambooHR account is acmeinc.bamboohr.com, then the Domain should be 'acmeinc'. Set both the API Key and Domain in the ProfileSettings property to connect.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract BambooHR data.
SELECT Id, DisplayName FROM Employees WHERE Department = 'Sales'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the BambooHR data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with BambooHR data.
๐ The completed import. (Salesforce is shown.)Connect to live data from BambooHR with the API Driver
Connect to BambooHR