Parse contents of an Zip file into subtables.
Example

I Ain't Afraid of No Code!
[
[
"zipload",
{
"subtable": null,
"format": "zip",
"filemap": {
"key0": "name"
},
"_comment": null
}
]
]
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param str format: Defaults to .zip file
param list filemap: Map files into subtables subtable:filename
.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.