Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any reporting method I can use to get a list of all of the job names I have in my studio as well as versions, and context groups? I want to compare it to someone else's on my teams. We don't have git set up so we can't directly get it from there. I tried using the data quality reporting tool but it wasn't very helpful.
Thanks in advance!
Hi
All the items are stored in <studio installation directory>/workspace/project_name_folder, my idea is to build a Talend Job to get the list of all jobs as well as versions. You can try.
Regards
Shong
You can group report data by columns or rows you select, to help you better understand the data. You can also set reports to automatically display the sum, average, maximum, minimum, or count of data in a column.
Wait I want to see the total number of jobs and compare them to another studio, I think you are answering something else?
how would I go about getting a job to do this?
Using tFileList to iterate each *.item file under process folder including sub-directory, then you can export all the job names as well as version.
The same way for context group under context folder.