![]() |
VOOZH | about |
The CData JDBC Driver for SAP Fieldglass enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP Fieldglass as sources. In this article, you will use the JDBC Driver for SAP Fieldglass to set up a simple transfer into a flat file. The CData JDBC Driver for SAP Fieldglass enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with SAP Fieldglass as sources. In this article, you will use the JDBC Driver for SAP Fieldglass to set up a simple transfer into a flat file.
To authenticate, specify the Username, Password, APIKey, and EnvironmentURL connection properties.
To obtain an APIKey, log in to the SAP API Business Hub and click on Get API Key.
For assistance in constructing the JDBC URL, use the connection string designer built into the SAP Fieldglass JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.sapfieldglass.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:sapfieldglass:EnvironmentURL='https://myinstance.com';Username=myuser;Password=mypassword;APIKey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx;InitiateOAuth=GETANDREFRESH;
SELECT Id, Category FROM AuditTrails WHERE Company = 'CData'
Download a free trial of the SAP Fieldglass Driver to get started:
Download NowLearn more:
👁 SAP Fieldglass IconProvides Java developers with the power to easily connect their Web, Desktop, and Mobile applications to data in SAP Fieldglass Approvals, Audit Trails, Analytics, and more!