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?

demandé il y a 2 ans84 vues
Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions