Cast struct column to array

0

Hi All,

I want to make this transformation :

columnA, columnB, columnC

to

Struct {columnA:"",columnB:"", columnC:""}

to

Array [{columnA:"",columnB:"", columnC:""}]

The first two step works, but I don't know how to transform from step 2 to 3, i.e struct to array

Someone got a solution ?

thanks in advance !

Kinesra
已提问 2 年前231 查看次数
1 回答
0

Have you reviewed the documentation on the pages subordinate to the link below, and in particular tried the NEST_TO_ARRAY feature? Databrew Recipe Actions

AWS
AWSdave
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则