AWS glue read csv file with two header rows, ignore the first one

1

Hello,

Currently I am trying to read csv files in my s3 bucket with the following format:

header 1, header 2, header 3
value 1, value 2, value 3
header 1, header 2, header 3, header 4
value 1, value 2, value 3, value 4 

as you can see I have two header rows. But I only care about the second header row and everything below. Is there a way to ignore the first two lines with glue and use the second header row as a starting point to create a table?

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

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

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

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

関連するコンテンツ