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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Compare Result: How to find changed components in a job?

I'm using Talend Studio's compare result feature to try to compare two jobs to look at differences.  The motivation is a pull request where I need to do a code review.  The compare operation works and two palettes open up: one for the existing code and one from the code from the pull request.  What I'm can't figure out is how to see which components have changed.  Is there some sort of highlighting available?  Otherwise, in a non-trivial job, it's hard (actually, all but impossible) to find the differences to be reviewed.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hey,

 

I'm not an expert on this topic and maybe it's not the best solution, but it could work in the Talend Open Studio if you'd create a git repository in the workspace where the jobs are stored: e.g \TOS_ESB-20180411_1414-V7.0.1\Studio\workspace\LOCAL_PROJECT\process\ and commit the changes after the jobs are modified and saved. Then you can compare the Job's XML descriptor.

 

Best,

Zoltán

Anonymous
Not applicable
Author

Yeah, that's the problem actually.  I started with the XML comparison, found e.g. some java code that was modified.  Then I wanted to find the actual job component so I could more easily view the diffs.  What I hoped for was that the compare function would highlight the changed components in the palette for easy identification.  Sort of like how SSMS does when comparing execution plans.  

 

Anyone else know if there's a better way?  Ultimately I want to do code reviews and add comments that are visible in the palette for issues.