<?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: how do I capture the full response from tsystem without multiple rows? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296964#M69580</link>
    <description>&lt;P&gt;Hi &lt;A href="https://community.talend.com/s/profile/0053p000007LLYIAA4" alt="https://community.talend.com/s/profile/0053p000007LLYIAA4" target="_blank"&gt;JasonMiller&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;look at the example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009qnKWAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151678i843B6A2569EFE2F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009qnKWAAY.png" alt="0693p000009qnKWAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In tSystem choose: &lt;I&gt;Standard output to global variable.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;In Command paste: &lt;I&gt;"ping "+((String)globalMap.get("row6.ip"))&lt;/I&gt;&lt;/P&gt;&lt;P&gt;In tMap use variables like on a screen. &lt;/P&gt;&lt;P&gt;Save output like you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what you want ?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 17:15:16 GMT</pubDate>
    <dc:creator>pakapi_</dc:creator>
    <dc:date>2020-10-01T17:15:16Z</dc:date>
    <item>
      <title>how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296963#M69579</link>
      <description>&lt;P&gt;For example, I have a database table with two columns, "ip_address" and "ping_response".. There are 3 rows with ip_address populated, and ping_response is null. The talend job should read the ip addresses with null response, ping them, and record the response. So it goes tdbinput to tflowtoiterate to tsystem to tdboutput. The problem I'm having is capturing the tsystem response and getting it back in the flow in a usable format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose standard output to normal, it creates a flow, but each line in the tsystem output will result in its own row in the flow, so 3 ip addresses that return 10 lines of ping results will become a 30 rows total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I choose standard output to global variable, the tSystem_1_OUTPUT variable will contain the entire ping response, but then the only choice I have to link the tsystem to anything is "run if", not Row-&amp;gt;Main or even Trigger-&amp;gt;On Component Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems no matter what combination I can't get to the full tsystem ping results back into a flow in a usable 1:1 with the ip address. What is the best way to do this?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 16:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296963#M69579</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2020-10-01T16:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296964#M69580</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.talend.com/s/profile/0053p000007LLYIAA4" alt="https://community.talend.com/s/profile/0053p000007LLYIAA4" target="_blank"&gt;JasonMiller&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;look at the example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009qnKWAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151678i843B6A2569EFE2F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009qnKWAAY.png" alt="0693p000009qnKWAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In tSystem choose: &lt;I&gt;Standard output to global variable.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;In Command paste: &lt;I&gt;"ping "+((String)globalMap.get("row6.ip"))&lt;/I&gt;&lt;/P&gt;&lt;P&gt;In tMap use variables like on a screen. &lt;/P&gt;&lt;P&gt;Save output like you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this what you want ?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 17:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296964#M69580</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-01T17:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296965#M69581</link>
      <description>&lt;P&gt;Well that's how I thought it should work, but I can't seem to get it. Can I see your tSystem component tab please?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296965#M69581</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2020-10-01T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296966#M69582</link>
      <description>&lt;P&gt;The only way I can get a main output link from the tSystem component is to choose the Normal type, which doesn't produce tSystem_1_OUTPUT in the globalMap.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296966#M69582</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2020-10-01T19:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296967#M69583</link>
      <description>&lt;P&gt;Sure, here you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009qq6XAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137001iD323B6E0C0D9966D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009qq6XAAQ.png" alt="0693p000009qq6XAAQ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296967#M69583</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-01T19:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296968#M69584</link>
      <description>&lt;P&gt;And you're not restricted from creating an oubound Main link off of the tSystem component? Obviously not since I see it, but why am I getting this error??&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009qqHGAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138087i2F032B1FB61CFE3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009qqHGAAY.png" alt="0693p000009qqHGAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296968#M69584</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2020-10-01T19:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296969#M69585</link>
      <description>&lt;P&gt;It is just a warning, I think you can ignore it. I don't know why you are getting this warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 19:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296969#M69585</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-01T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture the full response from tsystem without multiple rows?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296970#M69586</link>
      <description>&lt;P&gt;So that's weird.. I set the output to Global Variable, and it won't let me create the Main link.. so I switch it back to Normal and it will let me create the main link and then switch it back to Global Variable, and the main link stays, but it shows the warning. You're right though, it's only a warning and let's me run the job, but there's definitely something funky going on that I can't figure out. It's working though so thank you for the sanity check. I appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 23:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-the-full-response-from-tsystem-without-multiple/m-p/2296970#M69586</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2020-10-01T23:06:41Z</dc:date>
    </item>
  </channel>
</rss>

