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?

preguntada hace 2 años130 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas