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.

preguntada hace un año458 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas