<?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 Ouptut to Web-API in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293845#M66779</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have aJob in the Open Studio for Big Data, which reads content from a sourve, convert it, and finally i got the rows and put it in an mysql-Database with tMysqlOutput-component. Instead of this tMysqlOutput-compoment I want to put the content of the row as xml or json-String &amp;nbsp;to an Web-Url. I have tried the components tHttpRequest and tRest, but that is not the soulution: Post-Parameters for tHttpRequest has to come from a file, and the tRest-component cannot use the row data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any output components which I can use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for help and regards&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 14:15:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-23T14:15:52Z</dc:date>
    <item>
      <title>Ouptut to Web-API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293845#M66779</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have aJob in the Open Studio for Big Data, which reads content from a sourve, convert it, and finally i got the rows and put it in an mysql-Database with tMysqlOutput-component. Instead of this tMysqlOutput-compoment I want to put the content of the row as xml or json-String &amp;nbsp;to an Web-Url. I have tried the components tHttpRequest and tRest, but that is not the soulution: Post-Parameters for tHttpRequest has to come from a file, and the tRest-component cannot use the row data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any output components which I can use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for help and regards&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293845#M66779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T14:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ouptut to Web-API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293846#M66780</link>
      <description>&lt;P&gt;We have tRestClient (for Rest) and tESBConsumer (for Soap)&amp;nbsp;where you can pass an XML or JSON payload as a document to the component. &amp;nbsp;Check out their documentation on &lt;A href="https://help.talend.com" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 02:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293846#M66780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-24T02:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ouptut to Web-API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293847#M66781</link>
      <description>&lt;P&gt;Thanks for the tip. But with this component I have no Chance to connect from e.g. tFileInputExcel. My Idea was, send some data directly to a rest-URL And If i choose "iterate", i have no row- Variables, which i can use as parameter for the rest-url.&lt;/P&gt; 
&lt;P&gt;Possible some code in tjavarow may help, or is there a possible solution with tRest ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for help and kind regards&lt;/P&gt; 
&lt;P&gt;Thomas&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrei"&gt;talend.jpg&lt;/A&gt;</description>
      <pubDate>Mon, 26 Jun 2017 10:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293847#M66781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-26T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ouptut to Web-API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293848#M66782</link>
      <description>&lt;P&gt;Use a tFlowToIterate and iterate from that. The your values for that iteration will be stored in the globalMap HashMap with the key "{rowname}.{columnname}" of the row going into the tFlowToIterate. So, as an example, if you have a row called row1 connecting to the tFlowToIterate and the row has 3 columns (col1 as a String, col2 as an Integer, and col3 as a Long), then you can access the values using the code below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;((String)globalMap.get("row1.col1"))
((Integer)globalMap.get("row1.col2"))
((Long)globalMap.get("row1.col3"))&lt;/PRE&gt;</description>
      <pubDate>Mon, 26 Jun 2017 12:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293848#M66782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-26T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ouptut to Web-API</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293849#M66783</link>
      <description>&lt;P&gt;Thats it! With this I can post the contents to the URL - Good solutions, which saves a lot of time. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 14:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Ouptut-to-Web-API/m-p/2293849#M66783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-26T14:28:34Z</dc:date>
    </item>
  </channel>
</rss>

