![]() |
VOOZH | about |
The CData JDBC Driver for Salesforce Pardot enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Salesforce Pardot as sources and destinations. In this article, you will use the JDBC Driver for Salesforce Pardot to set up a simple transfer into a flat file. The CData JDBC Driver for Salesforce Pardot enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Salesforce Pardot as sources and destinations. In this article, you will use the JDBC Driver for Salesforce Pardot to set up a simple transfer into a flat file.
Salesforce Pardot supports connecting through API Version, Username, Password and User Key.
The User Key of the current account may be accessed by going to Settings -> My Profile, under the API User Key row.
For assistance in constructing the JDBC URL, use the connection string designer built into the Salesforce Pardot JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.salesforcepardot.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:salesforcepardot:ApiVersion=4;User=YourUsername;Password=YourPassword;UserKey=YourUserKey;
SELECT Id, Email FROM Prospects WHERE ProspectAccountId = '703'
Download a free trial of the Salesforce Pardot Driver to get started:
Download NowLearn more:
👁 Salesforce Pardot IconRapidly create and deploy powerful Java applications that integrate with Salesforce Pardot.