ConvertToJSON
Task converts List<dictionary<string, dynamic>> typed object to json string. Mainly used to convert Frends.FixedWidthFlatFile.Parse result object to json string.
Last updated
Was this helpful?
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
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
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" } ]
Changelog for Task Frends.FixedWidthFlatFile.ConvertToJSON.
Updated documentationof the parameters and modified the Task's documentation.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

