![]() |
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 Xero inside of a SQL Server SSIS workflow to transfer Xero data into a Microsoft SQL Server database.
Accessing and integrating live data from Xero has never been easier with CData. Customers rely on CData connectivity to:
Customers regularly integrate their Xero data with preferred tools, like Tableau, Qlik Sense, or Excel, and integrate Xero data into their database or data warehouse.
To get started, add a new Xero 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 Xero connection properties in a connection manager.
To connect, set the Schema connection property in addition to any authentication values. Xero offers authentication for private applications, public applications, and partner applications. Set the XeroAppAuthentication property to PUBLIC, PRIVATE, or PARTNER, depending on the type of application configured. To connect from a private application, you will additionally need to set the OAuthAccessToken, OAuthClientId, OAuthClientSecret, CertificateStoreType, CertificateStore, and CertificateStorePassword.
To connect from a public or partner application, you can use the embedded OAuthClientId, OAuthClientSecret, and CallbackURL, or you can register an app to obtain your own OAuth values.
See the "Getting Started" chapter of the help documentation for a guide to authenticating to Xero.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract Xero data.
SELECT Name, SUM(QuantityOnHand) FROM Items GROUP BY Name๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Xero data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Xero data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the Xero SSIS Component to get started:
Download NowLearn more:
๐ Xero IconPowerful SSIS Source & Destination Components that allow you to easily connect SQL Server with live Xero accounting data through SSIS Workflows.
Use the Xero Data Flow Components to synchronize with Xero Customers, Transactions, Invoices, Sales Receipts, etc. Perfect for data synchronization, local back-ups, workflow automation, and more!