# ConvertToXML

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.FixedWidthFlatFile/>

{% tabs %}
{% tab title="Parameter: Input" %}

| Name                                | Description                                                                                       |
| ----------------------------------- | ------------------------------------------------------------------------------------------------- |
| FileContent : `List<Dictionary`2>\` | <p>Fixed width flat file content</p><p><br>Default: <code>-</code><br>Example: <code>-</code></p> |
| {% endtab %}                        |                                                                                                   |

{% tab title="Result: Result" %}

| Name            | Description                                                                                           |
| --------------- | ----------------------------------------------------------------------------------------------------- |
| Data : `String` | Column name. If input data contains Header row and value is left empty, header value is used as name. |
| {% endtab %}    |                                                                                                       |

{% tab title="Changelog" %}

## Changelog

### \[1.0.1] - 2023-07-26

#### Updated

* Updated task documentation.

### \[1.0.0] - 2022-04-07

#### Added

* Initial implementation
  {% endtab %}
  {% endtabs %}
