Import the Job in Talend Studio
A sample Job has been provided to test the whole architecture.
This is a very simple Job which performs the following:
- Connect to S3 using provided access key credentials
- Create temporary files
- Download the S3 CSV file from folder input to a local temporary file
- Read the temporary CSV file then convert it to a temporary local XML file
- Upload the temporary XML file back to S3 into folder output
Let's test the Job in the local studio before deploying it in the Cloud.