I am creating a route for the below scenario.
Connect to AWSS3
Download CSV files from an S3 bucket and save the file to the directory
Read the CSV file from a directory and transform CSV rows into XML
I tried to do the first two-point, but unfortunately, there is no component to close the connection. Also not sure on how to pass the CSV file to cTaldnJob for transformation.
Can anyone please help?
create a connection to s3. follow the guide here: https://help.talend.com/reader/3iNwsJWYog7gRV7uP2VB8A/_6EGNH0rljAoVzHZgicP2A
get the file downloaded to local environment using ts3get function. follow the guide here: https://help.talend.com/reader/3iNwsJWYog7gRV7uP2VB8A/kJPvw2VLl3o9hIwwDBu12Q
Read the CSV file from a directory and transform CSV rows into XML -> there is so many tutorials on the internet on how to do this. time to scout the internet.
hope it helps.