Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I've only tried Informatica and I haven't heard of Talend recently. I am writing because I have a question while using it.
I have 2 questions about the sequence of operations.
First,
There is a task like this...
Operation No. 1 is O_JOB_LOG, which must be done after all tasks No. 2, 3 and 4. So I used If Component. But There is an error as shown above.
Of course, using ok component works well. But O_JOB_LOG runs three times... I want to run once all the work on number 2, 3 and 4 is done.
And Second Question...
This operation is in the form of three tasks being performed with one parameter file.
I wanted to run 1, 2 and 3 jobs in parallel, so I connected them with a literal.
However, the task runs in 3,2,1 order.
(Job menu - Extra - Multi thread execution is checked already.)
Thank you for reading the long letter and answer two questions...
Any body here?
Hello,
For the first one, you could use tPostJob component to run that but after all the sub-jobs are done running.
For the second case, please do try using tParallelize component.
Hope this helps!