Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I need to upload files and get the URL of files in SE Bucket. I am able to upload the files but it is triggering S3List component every time it upload file. I want it to be done once the S3Put component task completed.
Senario
First I will upload the multiple files to SE bucket and only once all the files uploaded it will move to next component tS3List and provide me all the URL for files.
I need the link for the files which I have uploaded through tS3Put.
Also this job should moved to tS3List only after tS3Put complete the job.
I may need to use IF but could figure it out how to get true value
Why you need runIf connector? What's the condition you set now? To me, you just need onSubJobOK to trigger the next subjob.
...tFileList--iterate--tS3Put
|onsubjobok
tS3List--iterate--tFixedFlowInput--tLogRow (or file)
This Same job is uploading and getting list of files.
If I run the job and upload is finish only than I should get the Files Link from folder and after the I need to change this to JSON
if you see my logs, everytime it is uploading and its calling tS3List again and again. below is showing from files 3 to 4.
Ideally when all the files uploaded by tS3Put than job should move to tS3List
Hi,
There is no OnSubJobOk for tS3Put. There is only On Component OK. But it still triggering next component every time it upload each file.
Thanks,
Zain
Its not coming , can you please share screen shot for this. Below is my screen shot for reference. I want to connect tS3Put to tS3List and list will only show once all files uploaded to S3.