I'm still a newbie to NIFI, and currently in progress of exploring the uses of some of the processors.
Is there any way to push data from s3 to redshift using NIFI?
What have I done up to now is, I have simply merged two csvs from s3 and stored it in another bucket as one file. I was able to merge two csvs using the MergeRecord processor.
But what I don't know is, how to push data from S3 to Redshift tables?