Jitterbit


Jitterbit


このページでは、OData プロトコルを使用してJitterbit をCData Connect Cloud に接続する手順の概要を示します。これには、仮想データセットを使う必要があります。詳しくは、Virtual Datasets ヘルプを参照してください。

前提条件

接続する前にまず以下を実行します。

  • データソースをCData Connect Cloud アカウントに接続します。詳しくは、Connections を参照してください。
  • 仮想データセットWorkspace を作成します。後の手順で、(https://cloud.cdata.com/api/odata/{workspace_name}) ページのOData Service URL と関連するワークスペース名を使用してコネクションを確立します。 Settings ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。

CData Connect Cloud への接続

OData プロトコルを使用してJitterbit からCData Connect Cloud へのコネクションを確立するには、以下の手順に従います。

  1. Log into Jitterbit.

  2. Create a project in Cloud Studio and provide a workspace environment for it.

  3. Click Connections and enter OData in the search bar.

  4. Select the OData connector.

  5. Enter the OData connection properties.

    • Connection Name—enter a connection name.

    • OData Metadata URL—enter the metadata URL: https://cloud.cdata.com/api/odata/{workspace_name}/$metadata.

    • Authentication—select Basic Auth.

    • User Name—CData Connect Cloud のユーザー名を入力します。ユーザー名は、CData Connect Cloud の画面の右上に表示されています。例:test@cdata.co.jp

    • PasswordSettings ページで生成したPAT を入力します。

  6. Click Test to test the connection, and then click Save Changes.

  7. Choose the operation you want to perform and drag it to the workflow in your project.

  8. Double-click the query operation to see all the tables and derived views available in your OData endpoint.

  9. Select a table and configure the query.

    You can now transform and integrate your data.