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
asked 2 years ago225 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions