Parse a fixed width text file.
Example

I Ain't Afraid of No Code!
[
[
"fwf",
{
"subtable": null,
"encoding": "iso-8859-15",
"fieldwidths": [
10,
22,
3
],
"_comment": null
}
]
]
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param str encoding: The encoding to use.
param list fieldwidths: A list of column widths.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.