Frends.FixedWidthFlatFile.ConvertToXML / 1.1.0
Summary
Turns already-parsed flat file rows into an XML string.
Typical use — the step after parsing, when the rows are headed for an XSLT or schema step
Input parameters.
| 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 |