# JSON to HTML

## Overview

The **JSON2HTML** component converts a JSON file into an HTML table.

## Input Parameters

| Parameter | Type     | Required | Description                              |
| --------- | -------- | -------- | ---------------------------------------- |
| `fileId`  | `string` | ✅        | The ID of the JSON file to be converted. |

## Output Parameters

| Parameter  | Type     | Description                               |
| ---------- | -------- | ----------------------------------------- |
| `fileId`   | `string` | The unique ID of the converted HTML file. |
| `fileName` | `string` | The name of the output HTML file.         |

## Instructions

1. **Provide the JSON File:**
   * Select or upload a JSON file using its `fileId`.
2. **Processing:**
   * The component reads the JSON file and converts it into an HTML table.
3. **Retrieve the Output:**
   * The output file is provided as an HTML file with a `fileId` and `fileName`.
