如何在NIFI中解码ASCII数据?

发布于 2025-02-08 07:04:03 字数 399 浏览 2 评论 0原文

我想解码使用NIFI附件对应的ASCII字符串。 这是< binaryHexObject> 中的通用六边性字符串的摘录:

<BinaryHexObject>01234567890ABCDEF</BinaryHexObject><BinaryDescriptionText>E-mail Attachment</BinaryDescriptionText><BinaryLocationURI>Message.msg</BinaryLocationURI>

对应于现实生活中的电子邮件附件。这就是我要解码的。我可以使用某个块,还是还有另一种方法可以使用?如果我不能并且必须走另一条路线,我也想知道这一点。

I want to decode an ASCII string corresponding to an attachment using NiFi.
Here is an excerpt from the flow file:

<BinaryHexObject>01234567890ABCDEF</BinaryHexObject><BinaryDescriptionText>E-mail Attachment</BinaryDescriptionText><BinaryLocationURI>Message.msg</BinaryLocationURI>

The generic hexidecimal string in <BinaryHexObject> corresponds to an e-mail attachment in real life. That is what I want to decode. Is there a certain block I can use, or is there another way to do it? If I can't and have to go another route, I want to know that also.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文