QuickBase をTalend Open Studio の標準コンポーネントおよびデータソース設定ウィザードに統合。
この記事では、Talend で簡単にCData JDBC driver for QuickBase をワークフローに統合してQuickBase データ連携する方法を説明します。ここではCData JDBC Driver for QuickBase を使ってTalend でQuickBase をジョブフローに転送します。
※製品について詳しい情報をご希望の方は以下からお進みください。
- QuickBase にほかのBI、ETL、開発ツールから接続したい:QuickBase データ連携ガイドおよびチュートリアルのリストへ
- QuickBase Drivers について詳細を知りたい:ドライバー詳細情報ページへ
- ほかのデータソースに連携したい:CData Drivers 一覧へ
- ドライバーの30日の無償トライアル版を使いたい:トライアル版ダウンロードページへ
- 製品の利用やライセンスについて相談したい:sales@cdata.co.jp までメールにてご相談ください。
JDBC データソースとしてTalend でQuickBase に接続
下記の手順に従って、QuickBase にJDBC 接続を確立します:
- QuickBase を新しいデータベース接続を追加:新しく接続を追加するには、[Metadata]ノードを展開し[Db Connections]ノードを右クリックして[Create Connection]をクリックします。
- ウィザードが表示されたら、接続に名前を入力します。
次のページで、[DB Type]メニューから[Generic JDBC]を選択してJDBC URL を入力します。
User Authentication Method
To authenticate with user credentials, specify the following connection properties:
- Set the User and Password.
- If your application requires an ApplicationToken;, you must provide it otherwise an error will be thrown. You can find the ApplicationToken under SpecificApp > Settings > App management > App properties > Advanced settings > Security options > Manage Application Token.
User Token Authentication
To authenticate with a user token, specify the following connection properties:
- Set UserToken and you are ready to connect. You can find the UserToken under Quick Base > My Preferences > My User Information > Manage User Tokens.
以下は一般的なJDBC URL です:
jdbc:quickbase:User=user@domain.com;Password=password;Domain=myinstance.quickbase.com;ApplicationToken=bwkxrb5da2wn57bzfh9xn24
- インストールディレクトリの[lib]サブフォルダ内にあるcdata.jdbc.quickbase.jar ファイルへのパスを入力します。
- 接続を右クリックして[Retrieve Schema]をクリックします。
- デフォルトオプションで[Next]をクリックしインポートしたいテーブルを選択します。
- デフォルトオプションでウィザードを終了します。

SampleTable_1 テーブルをフラットファイルに出力
下記の手順に従って、SampleTable_1 テーブルをフラットファイル出力コンポーネントに転送します:
- [Table Schemas]ノードで、テーブルをワークスペース内にドラッグします。
- ダイアログが表示されたら[tJDBCInput]コンポーネントを選択します。
- 次に、[tFileOutputDelimited]コンポーネントをPalette の[Business Intelligence]タブからワークスペース内にドラッグします。
- SampleTable_1 tJDBCInput コンポーネントを右クリックしてベクタを出力ファイルにドラッグします。
プロジェクトを実行してデータを転送します。