![]() |
VOOZH | about |
The CData JDBC Driver for BigCommerce enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with BigCommerce as sources and destinations. In this article, you will use the JDBC Driver for BigCommerce to set up a simple transfer into a flat file. The CData JDBC Driver for BigCommerce enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with BigCommerce as sources and destinations. In this article, you will use the JDBC Driver for BigCommerce to set up a simple transfer into a flat file.
BigCommerce authentication is based on the standard OAuth flow. To authenticate, you must initially create an app via the Big Commerce developer platform where you can obtain an OAuthClientId, OAuthClientSecret, and CallbackURL. These three parameters will be set as connection properties to your driver.
Additionally, in order to connect to your BigCommerce Store, you will need your StoreId. To find your Store Id please follow these steps:
For assistance in constructing the JDBC URL, use the connection string designer built into the BigCommerce JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.bigcommerce.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:bigcommerce:OAuthClientId=YourClientId; OAuthClientSecret=YourClientSecret; StoreId='YourStoreID'; CallbackURL='http://localhost:33333';InitiateOAuth=GETANDREFRESH;
SELECT FirstName, LastName FROM Customers WHERE FirstName = 'Bob'
Download a free trial of the BigCommerce Driver to get started:
Download NowLearn more:
👁 BigCommerce IconRapidly create and deploy powerful Java applications that integrate with BigCommerce Ecommerce Software