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?

feita há 2 anos130 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