如何将 For-Each 当前项目传递到 Azure Spark Notebook

发布于 2025-01-09 10:09:48 字数 86 浏览 1 评论 0原文

花了几个小时尝试将 @item() 从 for-each 活动作为字符串传递到 Azure Spark 笔记本中。为了让其他人不必为此苦苦挣扎,我将提供答案。

Spent a few hours attempting to pass the @item() from a for-each activity into an Azure Spark notebook as a string. So that others do not have to struggle with this I will provide the answer.

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

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

发布评论

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

评论(1

清晨说晚安 2025-01-16 10:09:48

使用动态内容 @concat(item()) Screen Shot作为参数的值。

这会将对象转换为 JSON 字符串,然后您可以在笔记本中解析该字符串。我想我只是厌倦了与这个问题作斗争,看不到这个简单的解决方案。

use dynamic content @concat(item()) Screen Shotas the value of your parameter.

This converts the object into a JSON string which you can then parse in your notebook. I think I was just tired of fighting the problem and could not see this simple solution.

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