Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@item() を for-each アクティビティから Azure Spark ノートブックに文字列として渡そうとするのに数時間を費やしました。他の人がこれに苦労する必要がないように、私は答えを提供します。
パラメータの値として動的コンテンツ @concat(item())を使用します。
これにより、オブジェクトが JSON 文字列に変換され、ノートブックで解析できるようになります。問題との戦いにうんざりしていて、この単純な解決策が見えなかったと思います。