Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ab Initio Job Migration to Talend

 

0683p000009MAqd.gif0683p000009MAS9.gif0683p000009MAqi.gif0683p000009MAqn.gif0683p000009MAhP.gif

0683p000009MAVh.gif 0683p000009MAik.gif 0683p000009MAqs.gif 0683p000009MAlA.gif 0683p000009MAjT.gif 0683p000009MAqx.gif

Hello,

 

I have been out of touch with Talend for quite sometime. I have this requirement of migrating ETL codes in AbInitio to Talend. What I am looking for is an automated way this can be achieved. Is there any provision in Talend that helps generate ETL code based on a code which is obtained by exporting ETL jobs from AbInitio in some ways?

 

In general, Is there a provision in Talend that generates ETL codes or jobs in runnable condition (or with some customisation) based on external logical code input (for example, an informatica mapping) ?

 

Sorry if I am ill informed, but I am trying to catch up.

 

Thanks in advance!

Labels (3)
4 Replies
Raghunath
Creator
Creator

Hi Remytom,

 

you can generate code for backend .item file based on schema and transformation. This process works fine if you have same pattern jobs. Because you need to understand .item file and develop either Talend job or any other language to create code for .item file.

 

Thanks,

Raghunath.

Anonymous
Not applicable
Author

Thank you Raghunath!

 

The .item file is talend backend file which has the code for a particular job, right? 

Does abinitio also have such a file, which can be used to re-create (even in some parts) the logic in talend?

 

Thanks!

 

 

Raghunath
Creator
Creator

Hi Remytom,

 

I did not worked on Abinitio but I heard logic of jobs will be available in DML files. You can check DML files if you can use them.

 

Thanks,

Raghunath.

Anonymous
Not applicable
Author

thank you so much! I will check. This was helpful indeed!