FinancialForce をRapidMiner Studio の標準コンポーネント及びデータソース構成ウィザードと統合します。
この記事では、CData JDBC driver for FinancialForce をRapidMiner のプロセスと簡単に統合する方法を示します。この記事では、CData JDBC driver for FinancialForce を使用してFinancialForce をRapidMiner のプロセスに転送します。
※製品について詳しい情報をご希望の方は以下からお進みください。
- FinancialForce にほかのBI、ETL、開発ツールから接続したい:FinancialForce データ連携ガイドおよびチュートリアルのリストへ
- FinancialForce Drivers について詳細を知りたい:ドライバー詳細情報ページへ
- ほかのデータソースに連携したい:CData Drivers 一覧へ
- ドライバーの30日の無償トライアル版を使いたい:トライアル版ダウンロードページへ
- 製品の利用やライセンスについて相談したい:sales@cdata.co.jp までメールにてご相談ください。
RapidMiner のFinancialForce にJDBC Data Source として接続する
以下のステップに従ってFinancialForce へのJDBC 接続を確認できます。
- FinancialForce 用の新しいデータベースドライバーを追加します。[Connections]->[Manage Database Drivers]とクリックします。
- 表示されるウィザードで[Add]ボタンをクリックし、接続に名前を入力します。
- JDBC URL のプレフィックスを入力します。
jdbc:financialforce:
- インストールディレクトリのlib サブフォルダにあるcdata.jdbc.financialforce.jar ファイルにパスを入力して下さい。
- ドライバークラスを入力します。
cdata.jdbc.financialforce.FinancialForceDriver
- 新しいFinancialForce 接続を作成します。[Connections]->[Manage Database Connections]とクリックします。
- 接続の名前を入力します。
- データベースシステムの場合は、以前構成したFinancialForce ドライバーを選択します。
- Host ボックスで接続文字列を入力します。
There are several authentication methods available for connecting to FinancialForce: login credentials, SSO, and OAuth.
Authenticating with a Login and Token
Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.
To disable the security token:
- Log in to FinancialForce and enter "Network Access" in the Quick Find box in the setup section.
- Add your IP address to the list of trusted IP addresses.
To obtain the security token:
- Open the personal information page on FinancialForce.com.
- Click the link to reset your security token. The token will be emailed to you.
- Specify the security token in the SecurityToken connection property or append it to the Password.
Authenticating with OAuth
If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.
Connecting to FinancialForce Sandbox Accounts
Set UseSandbox to true (false by default) to use a FinancialForce sandbox account. Ensure that you specify a sandbox user name in User.
ビルトイン接続文字列デザイナ
JDBC URL の構成については、FinancialForce JDBC Driver に組み込まれている接続文字列デザイナを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。
java -jar cdata.jdbc.financialforce.jar
接続プロパティを入力し、接続文字列をクリップボードにコピーします。
以下は一般的な接続文字列です。
User=myUser;Password=myPassword;Security Token=myToken;InitiateOAuth=GETANDREFRESH
- 必要であればユーザー名とパスワードを入力します。
プロセス内の様々なRapidMiner オペレーターとのFinancialForce 接続を使用できます。FinancialForce を取得するには、[Operators]ビューから[Retrieve]をドラッグします。
[Retrieve]オペレータを選択した状態で、[repository entry]の横にあるフォルダアイコンをクリックして[Parameters]ビューで取得するテーブルを定義できます。表示されるRepository ブラウザで接続ノードを展開し、目的のサンプルセットを選択できます。

最後に、[Retrieve]プロセスから結果に出力をワイヤリングし、プロセスを実行してFinancialForce を確認します。
