Frends.FixedWidthFlatFile.ConvertToJSON / 1.0.1
Summary
Turns already-parsed flat file rows into a JSON string, applying a culture so numbers and dates are rendered predictably.
Typical use — the step after parsing, when the rows need to travel on as JSON
Input parameters for the Task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| FileContent | List<Dictionary`2> |
– |
[
{
"Name": "Veijo",
"Street": "FrendsStr",
"StartDate": "2018-05-27T00:00:00"
},
{
"Name": "Hodor",
"Street": "HodorsStr",
"StartDate": "2018-01-01T00:00:00"
}
]
|
Fixed width flat file content |
| culture | String |
– | fi-FI |
Culture format json will be build with |