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

ConvertToJSON

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

Task version: 1.0.1

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" } ]

culture : String

Culture format json will be build with

Default: - Example: fi-FI

Task Result

Name
Description

Data : String

Column name. If input data contains Header row and value is left empty, header value is used as name. Example: [ { "Name": "Veijo", "Street": "FrendsStr", "StartDate": "2018-05-27T00:00:00" }, { "Name": "Hodor", "Street": "HodorsStr", "StartDate": "2018-01-01T00:00:00" } ]

Task Changelog

Changelog for Task Frends.FixedWidthFlatFile.ConvertToJSON.

[1.0.1] - 2023-07-26

Added

  • Updated documentationof the parameters and modified the Task's documentation.

[1.0.0] - 2022-04-07

Added

  • Initial implementation

Last updated

Was this helpful?