Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Expert,
Right now I have a case which I need to do some transformation on the fly, or done it through the ETL PROCESS, for the data which is from S3.
Could you please give me the solution or an idea which component I should use?
Because currently I think the only possible way is, get the data into local first, and use the local flat file as the source, make the transformation on it, and put it back as a clean data in S3 as a one single file.
Anyway at the end, these data will be inserted to AWS RS.
(I think the given samples in Talend, are using tRedshift Bulk Exec, and load the whole data in a csv file from S3 to a table. In my case, I need to do some transformation first before pump it to RS.)
Thanks in advance