![]() |
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 Nuclia inside of a SQL Server SSIS workflow to transfer Nuclia data into a Microsoft SQL Server database.
To get started, add a new Nuclia 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 Nuclia connection properties in a connection manager.
Nuclia uses API key authentication for accessing Knowledge Box data. To obtain an API key:
After obtaining your API key, set the following connection properties:
Profile=C:\profiles\Nuclia.apip;AuthScheme=APIKey;APIKey=your_service_account_key;KbId=your_kb_uuid;Zone=aws-us-east-2-1;
Once the authentication is configured, you can connect to Nuclia and query data from any of the available tables such as Resources, KnowledgeBox, LabelSets, and ProcessingStatus.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Nuclia data.
SELECT , FROM KnowledgeBox WHERE = ''๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Nuclia data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Nuclia data.
๐ The completed import. (Salesforce is shown.)Connect to live data from Nuclia with the API Driver
Connect to Nuclia