![]() |
VOOZH | about |
The CData JDBC Driver for Vimeo enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Vimeo as sources. In this article, you will use the JDBC Driver for Vimeo to set up a simple transfer into a flat file. The CData JDBC Driver for Vimeo enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Vimeo as sources. In this article, you will use the JDBC Driver for Vimeo to set up a simple transfer into a flat file.
Vimeo is a professional video hosting platform. The Vimeo API uses personal access tokens (bearer tokens) to enable secure access to video metadata, user information, channels, groups, categories, and related resources.
To authenticate to the Vimeo API, you will need to provide a personal access token. To obtain your access token:
After obtaining your access token, set the following connection properties:
Profile=C:\profiles\Vimeo.apip;ProfileSettings='APIKey=your_personal_access_token';
For assistance in constructing the JDBC URL, use the connection string designer built into the Vimeo JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.api.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:api:Profile=C:\profiles\Vimeo.apip;ProfileSettings='APIKey=your_personal_access_token';
SELECT , FROM Videos WHERE UserUri = '/users/12345678'
Connect to live data from Vimeo with the API Driver
Connect to Vimeo