# HTML to CSV

**Overview**

The **HTML to CSV Converter** component allows you to transform an HTML table file into a CSV format. This is useful for extracting structured data from HTML documents into a tabular format.

**Input Parameters**

| Parameter | Type     | Required | Description                         |
| --------- | -------- | -------- | ----------------------------------- |
| `fileId`  | `string` | ✅        | The ID of the HTML file to convert. |

**Output Parameters**

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

**Instructions**

1. **Select the HTML File:**
   * Provide the `fileId` of the HTML document that contains a table.
2. **Processing:**
   * The component extracts the table data from the HTML file and converts it into a structured CSV format.
3. **Retrieve Output:**
   * The component returns a new file with `fileId` and `fileName` in CSV format.
