![]() |
VOOZH | about |
The CData JDBC Driver for SAP Hybris C4C enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP Hybris C4C as sources and destinations. In this article, you will use the JDBC Driver for SAP Hybris C4C to set up a simple transfer into a flat file. The CData JDBC Driver for SAP Hybris C4C enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP Hybris C4C as sources and destinations. In this article, you will use the JDBC Driver for SAP Hybris C4C to set up a simple transfer into a flat file.
SAP Hybris Cloud for Customer uses basic authentication. Set the and to your login credentials.
For assistance in constructing the JDBC URL, use the connection string designer built into the SAP Hybris C4C JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.saphybrisc4c.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:saphybrisc4c:User=user;Password=password;
SELECT ObjectID, AccountName FROM AccountCollection
Download a free trial of the SAP Hybris Driver to get started:
Download NowLearn more:
👁 SAP Hybris C4C IconStraightforward SAP Hybris C4C integration. Now accessing SAP Hybris C4C Accounts, Activities, Orders, Customers, etc. from any JDBC client is as easy as querying a database.