How do I get the output of an AWS Glue DataBrew job to be a single CSV file?

0

I'm running a test AWS Glue DataBrew job to run a simple Group By and Sum operation on a CSV dataset that contains total costs by product each day. The desired output is a single CSV file with three columns: Day (timestamp), total cost, and product ID.

After I make the changes in the DataBrew project and select Run Job, the job runs successfully, but the output is numerous CSV files. Is there a way for me to specify that I want the output to just be one file, rather than multiple files?

profile pictureAWS
EXPERT
pechung
asked 3 years ago1035 views
1 Answer
0
Accepted Answer

You have two options:

AWS
answered 3 years ago
profile picture
EXPERT
reviewed 6 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