データを Analytics にエクスポートする

Analytics からリザルト アプリのデータにアクセスできます。

機能の仕組み

Analytics のユーザーインターフェイスから、またはスクリプトを使用することで、リザルトのデータにアクセスできます。リザルトからのデータをエクスポートしたり、”プッシュ” したりすることはありません。代わりに、Analytics からデータをインポートしたり、「プル」したりします。

  • Analytics のユーザーインターフェイス Analytics のユーザーインターフェイスを通じてデータにアクセスするには、Diligent One リザルトデータのインポートを参照してください。
  • スクリプト スクリプトを使用してデータにアクセスするには、コマンド IMPORT GRCRESULTS を使用して、リザルトテーブルからこのアプリケーションにデータをプルします。Diligent One の URL で取得できる 2 つの識別子が必要になります。
    • インスタンス ID Launchpad にログインするときにブラウザーのアドレスバーに表示されます。

      例:

      https://accounts.highbond.com/orgs/<インスタンス ID>

    • テスト番号 (テーブル ID) リザルトでテーブルを表示する際に、ブラウザのアドレスバーに表示されます。

      例:

      https://name.results.highbond.com/projects/.../control_tests/<テスト番号>

テーブルの操作

Tables that have a large number of fields may not successfully import using a single IMPORT GRCRESULTS command.If you need to work with a single table containing a large number of fields outside of リザルト, use one of the following approaches:

  • Split the table use two or more IMPORT GRCRESULTS commands to import a subset of fields and then join the resulting tables in Analytics using the JOIN command
  • Export the table to file use the export to CSV format and then import the resulting file into Analytics using the IMPORT DELIMITED command

プロキシサーバーを介した接続

データのインポートとエクスポートを行うには、Analytics で HTTPS が Diligent One に接続されている必要があります。

プロキシサーバーを介してインターネットに接続するには、Diligent One の Web サイトが許可リストに登録されるようにプロキシサーバーを構成する必要があります。詳細については、プロキシサーバー経由での Diligent One の接続を参照してください。