Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created 2 routes
Route 1 - download file from FTP using cFTP (cFTP-->cFile)
Route 2 - pick up file that was downloaded using cFTP & pass it on to DI job for further processing (cFile-->cTalendjob)
my issue is that for large file, cFile is even picking up the file that are still being downloaded from first route.
I have below setting on cFile since I want to be able to process same file again in case client post the same file again for any reason:
noop - true
"idempotentKey" : "${file:name}-${date:now:yyyyMMddHHmmssSSS}"
"delete" : "True"
Is it just me getting this issue or is it a bug?
I would really appreciate any response on this.
we are using enterprise version 6.4
Do you use OnComponentOk ? or OnSubjobOk? Could make a difference.
Suggest using OnSubjobOk and please post a screenshot of your jobFlow
here is some screenshot
route 1 - FTP pickup that pick up input file from FTP & copy that only shared location
route 2- pick up file from shared location & pass it on to DI job for further processing