Glue crawler unable to detect array of strings column

0

I have some CSV data that have an array of strings. For example, I want to extract two columns:

USGLS,"['MXMAR', 'BZBZE', 'MXCZM']",TEST

Unfortunately, the Glue CSV crawler (after executing it) determines the second column to be a string. Moreover, the crawler believes the second column value is:

"['MXMAR'

while the third column value is:

'BZBZE'

Editing the schema for the data catalog doesn't allow me to change the data type of the column to an array type. How can I change the column data type to an array of strings?

feita há 2 anos84 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas