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?

質問済み 2年前84ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ