<?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: Transfer information from inputFile to outputFile to export in Jira issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transfer-information-from-inputFile-to-outputFile-to-export-in/m-p/2282446#M56646</link>
    <description>Hello 
&lt;BR /&gt;The input file is a json file, you should use tFileInputJson component to read this file, please refer to the component documentation and learn this component. 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 06 Jun 2017 07:51:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-06T07:51:14Z</dc:date>
    <item>
      <title>Transfer information from inputFile to outputFile to export in Jira issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-information-from-inputFile-to-outputFile-to-export-in/m-p/2282445#M56645</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;During my searching, I would like a piece of advice : I would like to transfer information from " tFileInputDelimited_1" to an other "tFileOutputDelimited_1" in order to use my second "tFileOutputDelimited_1" with an "tJiraOuput_1".&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuVe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128967i9868D3689940CF68/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuVe.png" alt="0683p000009LuVe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- in the "tWriteJsonField_1" I build a kind of XML structure to respond at the basis of import an issue in Atlassan Jira, that is :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuEL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149424i91712392698E219C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuEL.png" alt="0683p000009LuEL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- the structure of my "tWriteJsonField_1" :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu9e.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153063i125293707626B47A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu9e.png" alt="0683p000009Lu9e.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Finally I show you the content of the file in the componant "tFileInputDelimited_1" :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talend.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuVj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144237i9F098EFB3BEB0EA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuVj.png" alt="0683p000009LuVj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The problem is : I don't arrive to recover the information (to do the mapping) of the entrance file (see above) to tFileOutputDelimited_1 file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How I can do this&amp;nbsp; with my tWriteJsonField_1 ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 11:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-information-from-inputFile-to-outputFile-to-export-in/m-p/2282445#M56645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-16T11:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer information from inputFile to outputFile to export in Jira issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-information-from-inputFile-to-outputFile-to-export-in/m-p/2282446#M56646</link>
      <description>Hello 
&lt;BR /&gt;The input file is a json file, you should use tFileInputJson component to read this file, please refer to the component documentation and learn this component. 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 06 Jun 2017 07:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-information-from-inputFile-to-outputFile-to-export-in/m-p/2282446#M56646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T07:51:14Z</dc:date>
    </item>
  </channel>
</rss>

