如何在kettle中解压并导入.tar.gz文件?

发布于 2024-10-22 19:24:48 字数 57 浏览 1 评论 0原文

我试图弄清楚如何创建作业/转换来解压缩和加载 .tar.gz 文件。有人对让它发挥作用有什么建议吗?

I am trying to figure out how to create a job/transformation to uncompress and load a .tar.gz file. Does anyone have any advice for getting this to work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叫思念不要吵 2024-10-29 19:24:48

您想读取压缩的文本文件吗?

只需在转换中的文本文件输入步骤中指定文件 - 并指定压缩方式 (GZip)。 Kettle可以直接读取压缩文件。

如果您确实需要解压缩文件,则使用作业步骤 - 不确定是否有本机解压缩,但如果没有,只需使用 shell 脚本步骤。

you want to read a text file that is compressed?

Just specify the file in the text file input step in the transformation - and specify the compression (GZip). Kettle can read directly from compressed files.

If you do need the file uncompressed then use a job step - not sure if there is a native uncompress, but if not just use a shell script step.

沧桑㈠ 2024-10-29 19:24:48

Kettle中没有这样的组件来解压缩我发现的tar.gz文件。
但是,如果我们以 gizip 格式压缩 csv 文件文本,我们可以使用 gzip 输入组件。

There is not such component in kettle to uncompress the tar.gz file i found.
But if we have the csv file text compressed in gizip format we can use gzip input component.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文