I am trying to use AWS DataBrew to clean and normalize incoming data which is dropped into a S3 bucket. However, most of the data that I receive from clients comes in .txt format, which DataBrew does not accept as an input format.
Hence, I am looking for a way to automatically convert the incoming .txt files into .csv files so that DataBrew can work with these files. My initial thought is that AWS Lambda might be best suited for this job.
I can imagine that I am not the first person to come across this issue and hence would greatly appreciate any assistance that can be given. If someone has developed a Lambda function that can achieve this, I would greatly appreciate you sharing your code.
Alternatively, if there is a simpler way to work with .txt files in AWS DataBrew, I would welcome any insight that can be provided.