<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: difference between Job build and export items - logical in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212881#M10362</link>
    <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;The option of building (exporting) job is used to export the job script.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Export item option is used to export the item files, including jobs, metadatas, contexts, routines.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;If the job requirement is to run your job on &lt;/FONT&gt;different systems,&amp;nbsp; you can export the job script(.bat/.sh)&lt;BR /&gt;Please have a look at the KB article about:&lt;A href="https://help.talend.com/search/all?query=Exporting+a+Job+script+and+executing+it+outside+of+Talend+Studio&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Exporting a Job script and executing it outside of Talend Studio&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 27 Nov 2015 08:02:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-27T08:02:03Z</dc:date>
    <item>
      <title>difference between Job build and export items - logical</title>
      <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212880#M10361</link>
      <description>Hi
&lt;BR /&gt;I'm trying to understand difference between job build and export item.
&lt;BR /&gt;Seen and asked from so many people, but nobody could give me concrete answer. What's more difference is there apart from to run job in different system ?
&lt;BR /&gt;Best !!</description>
      <pubDate>Fri, 27 Nov 2015 07:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212880#M10361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Job build and export items - logical</title>
      <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212881#M10362</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;The option of building (exporting) job is used to export the job script.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Export item option is used to export the item files, including jobs, metadatas, contexts, routines.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;If the job requirement is to run your job on &lt;/FONT&gt;different systems,&amp;nbsp; you can export the job script(.bat/.sh)&lt;BR /&gt;Please have a look at the KB article about:&lt;A href="https://help.talend.com/search/all?query=Exporting+a+Job+script+and+executing+it+outside+of+Talend+Studio&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Exporting a Job script and executing it outside of Talend Studio&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 27 Nov 2015 08:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212881#M10362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-27T08:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Job build and export items - logical</title>
      <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212882#M10363</link>
      <description>which one is better for deploying to other system or backup persective</description>
      <pubDate>Wed, 05 Feb 2020 06:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212882#M10363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-05T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Job build and export items - logical</title>
      <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212883#M10364</link>
      <description>&lt;P&gt;Replying to an old thread because I felt it was not very clearly answered previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Biggest difference is that one contains all previous versions of the items and the other doesn't.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;B&gt;Export Item(s). &lt;/B&gt;Creates a package of one or more items you select and includes all the previous versions of the items as well as the latest one. When you import that package to another environment, you can choose which if not all versions of the items you wish to import. &lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Build Job. &lt;/B&gt;Creates a package of &lt;B&gt;one selected version of the job&lt;/B&gt; that contains eveything you need to run that version of that job on a machine of your choice. That means that it includes "launcher scripts", that help you execute the job in the target system. &lt;UL&gt;&lt;LI&gt;You can also import that package to another Studio environment. The package contains everything the job needs and you can continue developing that job in the new environment. But you won't have access to previous versions of the items in the new environment.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 30 Oct 2021 10:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212883#M10364</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2021-10-30T10:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: difference between Job build and export items - logical</title>
      <link>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212884#M10365</link>
      <description>&lt;P&gt;I just discovered it, I had a hell time trying to not lose my previous versions. &lt;/P&gt;&lt;P&gt;In fact I was doing the extract wrong. Build Job will only extract the selected version only (current which is active) whereas the Export Item will extract the job as a whole with previous and current versions. It is during the Import Item phase that we can choose from a list of all versions which version we want to keep, it has a checkbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else if we do Build Job, when Import Item, here in the example below version 1 will disappear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000qj6TDAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153184iE8A82B23A069F293/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000qj6TDAAY.png" alt="0695b00000qj6TDAAY.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000qj6YMAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146410iFE3591488F8DC833/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000qj6YMAAY.png" alt="0695b00000qj6YMAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 06:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/difference-between-Job-build-and-export-items-logical/m-p/2212884#M10365</guid>
      <dc:creator>SDHON</dc:creator>
      <dc:date>2023-10-19T06:05:41Z</dc:date>
    </item>
  </channel>
</rss>

