<?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: Generate Job Document as HTML in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354941#M120801</link>
    <description>&lt;P&gt;The configuration files for your project are stored as XML. If you open a couple and take look (back them up first) you will see that the structure is quite logical. Take a copy and change the name from .properties or .item to .xml and you will be able to view them in a web browser quite easily. Once you have got that far you should be able to see how you can build a job to parse these and extract useful information. I have used this method for getting component configs and spotting logic errors (like not setting every tRunJob to get schema from parent, etc). Good luck.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 22:35:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-07T22:35:39Z</dc:date>
    <item>
      <title>Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354937#M120797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Generally in Talend to get create a job document we right click on job and select the Generate Doc as HTML. Is there any alternate process or component by using which we can generate the Job document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kuresh&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 13:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354937#M120797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T13:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354938#M120798</link>
      <description>Hi No process or component can be used to generate documentation of jobs, however, it enables you to generate the documentation automatically and customize the title and add your company's logo in Talend enterprise subscription product. Regards Shong</description>
      <pubDate>Mon, 25 Sep 2017 14:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354938#M120798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354939#M120799</link>
      <description>&lt;P&gt;Not out of the box, but the Talend jobs are stored as XML in the back end. So you *could* create something to parse those and get whatever info you want from your job designs. I do this a lot BUT I always make sure NOT to edit the files.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 14:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354939#M120799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354940#M120800</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;: Could you share some pointers on this? I do not mind trying this if it can generate a basic document to start with. 
&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 07 Feb 2018 22:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354940#M120800</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2018-02-07T22:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354941#M120801</link>
      <description>&lt;P&gt;The configuration files for your project are stored as XML. If you open a couple and take look (back them up first) you will see that the structure is quite logical. Take a copy and change the name from .properties or .item to .xml and you will be able to view them in a web browser quite easily. Once you have got that far you should be able to see how you can build a job to parse these and extract useful information. I have used this method for getting component configs and spotting logic errors (like not setting every tRunJob to get schema from parent, etc). Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 22:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354941#M120801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T22:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354942#M120802</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to fetch some info(not all) from the html doc of a job through a talend job and place those info on a word document.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 12:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354942#M120802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T12:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Job Document as HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354943#M120803</link>
      <description>&lt;P&gt;There is no short and easy answer to this. You will need to process the XML and use XPath to find the data you want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Generate-Job-Document-as-HTML-in-Talend/m-p/2354943#M120803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-20T13:16:17Z</dc:date>
    </item>
  </channel>
</rss>

