List of questions
Related questions
Question 107 - DEA-C01 discussion
A company stores CSV files in an Amazon S3 bucket. A data engineer needs to process the data in the CSV files and store the processed data in a new S3 bucket.
The process needs to rename a column, remove specific columns, ignore the second row of each file, create a new column based on the values of the first row of the data, and filter the results by a numeric value of a column.
Which solution will meet these requirements with the LEAST development effort?
Use AWS Glue Python jobs to read and transform the CSV files.
Use an AWS Glue custom crawler to read and transform the CSV files.
Use an AWS Glue workflow to build a set of jobs to crawl and transform the CSV files.
Use AWS Glue DataBrew recipes to read and transform the CSV files.
0 comments
Leave a comment first