# JSON to CSV

**JSON2CSV Component**

**Overview**

The **JSON2CSV** component converts a JSON file into a CSV format. This enables easier data handling for spreadsheet applications and data processing tools that require CSV input.

**Input Parameters**

* `fileId` (string, required): The ID of the JSON file to be converted.

**Output Parameters**

* `fileId` (string): The ID of the newly generated CSV file.
* `fileName` (string): The name of the generated CSV file.

**Instructions**

1. **Upload JSON File:** Provide the `fileId` of the JSON file you wish to convert.
2. **Processing:** The component processes the input JSON and converts it into a structured CSV format.
3. **Retrieve Output:** The resulting CSV file's `fileId` and `fileName` are returned as output.
