For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvertToXML

Task converts List<dictionary<string, dynamic>> typed object to xml string. Mainly used to convert Frends.FixedWidthFlatFile.Parse result object to xml string.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

FileContent : List<Dictionary`2>

Fixed width flat file content

Default: - Example: [ { "Name": "Veijo", "Street": "FrendsStr", "StartDate": "2018-05-27T00:00:00" }, { "Name": "Hodor", "Street": "HodorsStr", "StartDate": "2018-01-01T00:00:00" } ]

Task Result

Name
Description

Data : String

The converted data as an XML string. Example: Veijo FrendsStr 2018-05-27T00:00:00 Hodor HodorsStr 2018-01-01T00:00:00

Task Changelog

Changelog for Task Frends.FixedWidthFlatFile.ConvertToXML.

[1.1.0] - 2026-04-16

Updated

  • Updated Result.Data documentation and task description.

[1.0.1] - 2023-07-26

Updated

  • Updated task documentation.

[1.0.0] - 2022-04-07

Added

  • Initial implementation

Last updated

Was this helpful?