# RowDataConversion

## `RowDataConversion` (FUN)

FUNCTION RowDataConversion : RTS\_IEC\_RESULT

This function ensures that the user-created columns and row structure are retained.

InOut:

| Scope  | Name                | Type                                                         | Initial | Comment                                           |
| ------ | ------------------- | ------------------------------------------------------------ | ------- | ------------------------------------------------- |
| Return | `RowDataConversion` | `RTS_IEC_RESULT`                                             |         |                                                   |
| Input  | `sSplitChar`        | `STRING`                                                     | ‘;’     | Definition of the split character for CSV entries |
| Input  | `psColumnData`      | <p>POINTER TO<br>STRING(Parameters.gc\_iMaxStringLength)</p> |         | The full column data as one string.               |
| Input  | `psRowData`         | <p>POINTER TO<br>STRING(Parameters.gc\_iMaxStringLength)</p> |         | The full row data as one string.                  |
| Input  | `atRowData`         | POINTER TO tRowData                                          |         |                                                   |


---

# 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://support.powerio.com/hub/codesys-hvac/en/hvac-csv-library/funktionen/rowdataconversion.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.
