![]() |
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 WooCommerce inside of a SQL Server SSIS workflow to transfer WooCommerce data into a Microsoft SQL Server database.
To get started, add a new WooCommerce 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 WooCommerce connection properties in a connection manager.
WooCommerce supports the following authentication methods: one-legged OAuth1.0 Authentication and standard OAuth2.0 Authentication.
Specify the following properties (NOTE: the below credentials are generated from WooCommerce settings page and should not be confused with the credentials generated by using WordPress OAuth2.0 plugin):
After having configured the
In either case, set the Url property to the URL of the WooCommerce instance.
๐ Configuring a connection (Salesforce is shown).Follow the steps below to specify the query to be used to extract WooCommerce data.
SELECT ParentId, Total FROM Orders WHERE ParentId = '3'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the WooCommerce data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with WooCommerce data.
๐ The completed import. (Salesforce is shown.)Download a free trial of the WooCommerce SSIS Component to get started:
Download NowLearn more:
๐ WooCommerce IconPowerful SSIS Source & Destination Components that allows you to easily connect SQL Server with WooCommerce through SSIS Workflows.
Use the WooCommerce Data Flow Components to synchronize with WooCommerce Customers, Products, Orders, Transactions, and more. Perfect for data synchronization, local back-ups, workflow automation, and more!