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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmixer.com/connector-configuration/utils/converters/html2csv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
