【发布时间】:2021-09-23 11:29:59
【问题描述】:
我必须在 Apache HOP 中解压缩一个 .gz 文件。我正在使用解压缩功能,但它只适用于 .zip 文件,它给了我以下错误:
unable to get VFS File object for filename 'zip:file:///Users/kartikbhanot/Desktop/xyz/abc.json.gz' :
Could not open Zip file "/Users/kartikbhanot/Desktop/qwr/abc.json.gz".
2021/07/14 02:18:41 - Unzip the file - Could not open Zip file
UNZIP 上的 HOP 文档是 https://hop.apache.org/manual/latest/workflow/actions/unzip.html#top
有人可以帮我解决这个问题吗?
【问题讨论】:
-
gz文件不是 zip 文件。您提供的链接表明您使用的 API 仅适用于 zip 文件。
标签: airflow unzip orchestration