Flatten the json file

0

Hi all,

My concern is I need to flatten the json file . When i am using glue visual studio it's flatten top level. I need to flatten deep.

質問済み 1年前458ビュー
1回答
0

Flatten applies to structs, arrays cannot be flattened (flattening an array just would just mean removing nested arrays) but exploded, which is a different operation that changes the table cardinality and should be used with care (you are not really flattening but denormalizing the data). You can explode an array and then flatten the objects inside if you want to.

profile pictureAWS
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ