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.

posta un anno fa458 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande