doc2x_materialize_convert_zip
Extract and write ZIP files from base64 data to a specified directory, using system unzip when available or writing the file directly.
Instructions
Materialize convert_zip (base64) into output_dir. Best-effort: tries system unzip first; otherwise writes the zip file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| convert_zip_base64 | Yes | ||
| output_dir | Yes |