> ## 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.

# Parse Fields ツール

> Parse Fields は、Get Result ツールから取得した JSON 結果ファイルを、抽出された field 名と値を含む Alteryx データテーブルに変換します。

**Parse Fields** ツールは、トランザクションの処理結果として受け取った抽出データを含む JSON ファイル (例：`Invoice US.json`) から、Alteryx のデータテーブルを作成します。

**FilePath** 入力列には、`FileType = Json` の結果ファイルへのパスを渡します。**Get Result** ツールの出力を `FileType = Json` でフィルタすれば、正しいファイルパスを取得できます。

JSON output のファイル型と、それを生成する skill types の詳細については、[JSON output](/ja/vantage/developer/output/json/json-output) を参照してください。

<div id="input-anchor">
  ## Input anchor
</div>

| Column   | Type       | Description                                                                                                              |
| -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------ |
| FilePath | V\_WString | 抽出データ (各 Document の値、メタデータ、field 構造) を含む JSON ファイルへのパス。`FileType = Json` のファイルのパスを渡してください。ファイルが JSON 形式でない場合は、エラーが返されます。 |

**Parse Fields** ツールが **Get Result** からフィルタされた出力を受け取る入力例:

<Frame>
  <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/parse-fields-workflow.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=1c52b6efbd7c5d95d4ec35051f657e03" alt="Alteryx workflow showing Get Results tool connected through filters to Parse Fields tool, with Results panel showing two FilePath rows with FileType Json" width="785" height="319" data-path="images/vantage/developer/connectors/alteryx/parse-fields-workflow.png" />
</Frame>

<div id="output-anchor">
  ## Output アンカー
</div>

| Column        | Type       | Description                                               |
| ------------- | ---------- | --------------------------------------------------------- |
| TransactionId | V\_WString | トランザクションの識別子です。                                           |
| DocumentId    | V\_WString | Document の識別子です。                                          |
| Name          | V\_WString | Document に適用された Document skill の field 名です。               |
| Value         | V\_WString | Document に適用された Document skill の field 値です。               |
| IsSuccess     | Bool       | 該当する入力ファイルの解析が成功したかどうかを示します。                              |
| Error         | V\_WString | 解析に失敗した場合のエラー メッセージを示します (例: Input 内の JSON ファイルが無効な場合など)。 |

出力例:

<Frame>
  <img src="https://mintcdn.com/abbyy/GYXzQ7h3X_sAg5P7/images/vantage/developer/connectors/alteryx/parse-fields-output-example.png?fit=max&auto=format&n=GYXzQ7h3X_sAg5P7&q=85&s=72ea6556f74c887bc2e8454200bfc912" alt="Parse Fields output table showing 62 records with TransactionId, DocumentId, Name fields like Business Unit Address and Invoice Number, and corresponding Values" width="1020" height="424" data-path="images/vantage/developer/connectors/alteryx/parse-fields-output-example.png" />
</Frame>

<div id="limitations">
  ## 制限事項
</div>

* **Process Skill** の出力設定で **Values only** JSON が有効になっている場合、**Parse Fields** は fields を一切返しません。入力には完全な JSON ファイルのみを使用してください。
* 入力 JSON が分類スキルから出力されたものである場合、**Parse Fields** は field 値を返しません。回避策として、組み込みの Alteryx **Parse JSON** ツールを使用して、結果の JSON から分類データを抽出してください。

<div id="related-topics">
  ## 関連トピック
</div>

* [Get Result ツール](/ja/vantage/connectors/alteryx/tools/get-result)
* [Use Skill ツール](/ja/vantage/connectors/alteryx/tools/use-skill)
* [サンプルプロセス](/ja/vantage/connectors/alteryx/sample-process)
