Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am trying to import a talend job component in a user routine.
#UPDATING THE DESCRIPTION
I have a job named swipecard.all_emps and a routine names Employee_Path
I am trying to import the job in my user routine. But it gives me an error over saying it is unable to resolve the import. I have attached a few images for that. have a look.
Why I am doing this?
I am trying to create a flow for the following output
Emp ID | Heirachy IDs |
101 222,534
222 534
534 -
456 001,871,222,534
001 871,222,534
871 222,534
original input table -
Emp ID | Manager ID |
101 222
222 534
534 -
456 001
871 222
001 871
I am making a column called Heirarchy IDs that recursively concatenates employee IDs according to their heirarchy in the organisation. employee->manager->manager's manager...
I figured that a user routine can do this recursively for me.
Please help.
Hi,
Could you please elaborate your use case with some examples, what are the Talend components you are trying to use in routine and did you explore the possibilities of using the Talend component before or after routine instead of trying to call within the routine?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
As the description wasn clear. I have edited my details for the query. Kindly go through my question again
Thanks.
I have made the edits in my description. I hope this gives a clearer idea of my query Please have a look.