製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Bullhorn CRM JDBC Driver

Bullhorn CRM データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。

データ連携でお困りですか?

お問い合わせ

Bullhorn CRM データに連携しTalend からデータに接続


Bullhorn CRM をTalend Open Studio の標準コンポーネントおよびデータソース設定ウィザードに統合。


古川えりか
コンテンツスペシャリスト

bullhorncrm ロゴ画像

JDBC Driver

jdbc ロゴ画像
Talend ロゴ画像


この記事では、Talend で簡単にCData JDBC Driver for BullhornCRM をワークフローに統合してBullhorn CRM データ連携する方法を説明します。ここではCData JDBC Driver for BullhornCRM を使ってTalend でBullhorn CRM をジョブフローに転送します。

JDBC データソースとしてTalend でBullhorn CRM に接続

下記の手順に従って、Bullhorn CRM にJDBC 接続を確立します:

  1. Bullhorn CRM を新しいデータベース接続を追加:新しく接続を追加するには、[Metadata]ノードを展開し[Db Connections]ノードを右クリックして[Create Connection]をクリックします。
  2. ウィザードが表示されたら、接続に名前を入力します。
  3. 次のページで、[DB Type]メニューから[Generic JDBC]を選択してJDBC URL を入力します。

    Begin by providing your Bullhorn CRM account credentials in the following:

    If you are uncertain about your data center code, codes like CLS2, CLS21, etc. are cluster IDs that are contained in a user's browser URL (address bar) once they are logged in.

    Example: https://cls21.bullhornstaffing.com/BullhornSTAFFING/MainFrame.jsp?#no-ba... indicates that the logged in user is on CLS21.

    Authenticating with OAuth

    Bullhorn CRM uses the OAuth 2.0 authentication standard. To authenticate using OAuth, create and configure a custom OAuth app. See the Help documentation for more information.

    以下は一般的なJDBC URL です:

    jdbc:bullhorncrm:DataCenterCode=CLS33;OAuthClientId=myoauthclientid;OAuthClientSecret=myoauthclientsecret;
  4. インストールディレクトリの[lib]サブフォルダ内にあるcdata.jdbc.bullhorncrm.jar ファイルへのパスを入力します。
  5. The connection to the JDBC data source. (QuickBooks is shown.)
  6. 接続を右クリックして[Retrieve Schema]をクリックします。
  7. デフォルトオプションで[Next]をクリックしインポートしたいテーブルを選択します。
  8. デフォルトオプションでウィザードを終了します。

Candidate テーブルをフラットファイルに出力

下記の手順に従って、Candidate テーブルをフラットファイル出力コンポーネントに転送します:

  1. [Table Schemas]ノードで、テーブルをワークスペース内にドラッグします。
  2. ダイアログが表示されたら[tJDBCInput]コンポーネントを選択します。
  3. 次に、[tFileOutputDelimited]コンポーネントをPalette の[Business Intelligence]タブからワークスペース内にドラッグします。
  4. Candidate tJDBCInput コンポーネントを右クリックしてベクタを出力ファイルにドラッグします。 A simple transfer to a flat file. (QuickBooks is shown.)

プロジェクトを実行してデータを転送します。