> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Import ロジック

> Import MetaBot ロジックを使用して、Export ロジックで処理されたファイルの結果を取得し、出力を ABBYY FlexiCapture のユーザー指定フォルダーに保存します。

**Import** ロジックは、Export ロジックによって ABBYY FlexiCapture に送信されたファイルの処理結果を取得するために使用します。このロジックを実行すると、処理結果がユーザー指定のフォルダーに保存されます。

<Note>
  Import ロジックは、Export ロジックと連携するために BatchOwner パラメーターを使用します。
</Note>

<img src="https://mintcdn.com/abbyy/M5jnw37NmJ-asKkj/images/flexi-capture/connectors/AA3.png?fit=max&auto=format&n=M5jnw37NmJ-asKkj&q=85&s=8f2735ccf0e66c88f7c97fab809cf948" alt="" width="1014" height="728" data-path="images/flexi-capture/connectors/AA3.png" />

入力パラメーター:

| **Name**                 | **Description**                                         |
| ------------------------ | ------------------------------------------------------- |
| BatchTypeName (optional) | FC への接続時に使用するバッチタイプの名前です。既定のバッチタイプを使用する場合は、空の文字列を指定します。 |
| Company (optional)       | 処理に使用する FC テナントの名前です。テナントを使用しない場合は、空の文字列を指定します。         |
| OutputDirectoryPath      | 処理結果の保存先フォルダーのパスです。                                     |
| Password                 | FC ユーザーのパスワードです。                                        |
| ProjectName              | FC プロジェクトの名前です。                                         |
| ServerURL                | FC サーバーのアドレスです。                                         |
| Username                 | FC ユーザー名です。                                             |

出力パラメーター:

| **Name**           | **Description**                                                                              |
| ------------------ | -------------------------------------------------------------------------------------------- |
| ImportSuccessful   | 適切なバッチが見つかり、処理結果が **OutputDirectoryPath** に正常に保存された場合は *True*、適切なバッチが見つからなかった場合は *False* です。 |
| LogicFailed        | ロジックの実行中にエラーが発生した場合は *True*、ロジックが正常に実行された場合は *False* です。                                     |
| DocumentDefinition | 一致した Document Definition の名前です。                                                              |

<Note>
  Import ロジックのログファイルは次の場所にあります: %Userprofile%\Documents\Automation Anywhere Files\Log\My Tasks\Bot Store\FC-MetaBot\ImporterErrorLog.txt.
</Note>
