How do I create a fixed-width classifier manually for a Glue crawler?

0

I have a few text files on S3 that I need to add to the Glue Catalog in order to use them in a job. None of them have separators, they are all fixed-width files. I have the schemas, but the crawler naturally fails to recognize them. I tried processing the files using a Lambda function, but since they are too big (one is 11GB), execution times out, even at the maximum available (15min).

I couldn't find any tutorials about dealing with these type of files.

profile picture
asked 3 months ago99 views
1 Answer
1
Accepted Answer
profile pictureAWS
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions