![]() |
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 Confluence inside of a SQL Server SSIS workflow to transfer Confluence data into a Microsoft SQL Server database.
To get started, add a new Confluence 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 Confluence connection properties in a connection manager.
An API token is necessary for account authentication. To generate one, login to your Atlassian account and navigate to API tokens > Create API token. The generated token will be displayed.
To connect to a Cloud account, provide the following (Note: Password has been deprecated for connecting to a Cloud Account and is now used only to connect to a Server Instance.):
To connect to a Server instance, provide the following:
Follow the steps below to specify the query to be used to extract Confluence data.
SELECT Key, Name FROM Pages WHERE Id = '10000'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Confluence data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Confluence data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Confluence SSIS Component to get started:
Download NowLearn more:
๐ Confluence IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with Confluence through SSIS Workflows.
Use the Confluence Data Flow Components to synchronize with Confluence Attachments, Comments, Groups, Users, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!