Objective is to transform the data (csv files) from one S3 bucket to another S3 bucket - using Glue.
What I already tried:
I created a CSV classifier. I created a crawler which scans the data coming in S3 bucket. Where I am stuck:
Unable to find how can we store the output in S3 again without saving it in any RDS or other database services. Because Glue output is asking for database output, which I don't have and don't want to use.
Is there any way I can achieve the goal without using any other DB system, just plain - S3, Glue?
More Information Sample single CSV file, I am trying to merge
Classifier with delimeter of ";"
Crawler Configuration
Crawler Result (No schema detected)