<?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 to split a row? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-row/m-p/2241888#M28900</link>
    <description>&lt;P&gt;Max,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In attachment of this reply: two images that illustrates how to do it.&lt;/P&gt; 
&lt;P&gt;I did the splitting part by using tExtractXMLField.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How your XML will be deliverd, no idea, so I used a tFixedFlowInput component. At the moment Talend has no build in Redis components...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope it helps! If you have any questions, just let me know.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kr,&lt;/P&gt; 
&lt;P&gt;Jvl7&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_11.png" style="width: 690px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7IN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152003i183608BD24FF922C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7IN.png" alt="0683p000009M7IN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_12.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7IS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148888iC611D8209F3109F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7IS.png" alt="0683p000009M7IS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2019 12:55:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-13T12:55:26Z</dc:date>
    <item>
      <title>How to split a row?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-row/m-p/2241887#M28899</link>
      <description>&lt;P&gt;I am new to Talend. &amp;nbsp; Over a few steps i got a xml String below&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;xml&amp;gt;
  &amp;lt;header&amp;gt;
    &amp;lt;qrysql&amp;gt;select vbillcode,billmaker,pk_supplier,creationtime,modifiedtime from po_order&amp;lt;/qrysql&amp;gt;
    &amp;lt;errcode&amp;gt;ERR000&amp;lt;/errcode&amp;gt;
    &amp;lt;msg&amp;gt;success&amp;lt;/msg&amp;gt;
  &amp;lt;/header&amp;gt;
  &amp;lt;content&amp;gt;
    &amp;lt;group&amp;gt;
      &amp;lt;creationtime&amp;gt;2016-03-22 13:35:46&amp;lt;/creationtime&amp;gt;
      &amp;lt;pk_supplier&amp;gt;1001QW10000000004CT2&amp;lt;/pk_supplier&amp;gt;
      &amp;lt;vbillcode&amp;gt;CD2016032200000001&amp;lt;/vbillcode&amp;gt;
      &amp;lt;modifiedtime&amp;gt;2016-03-22 13:36:17&amp;lt;/modifiedtime&amp;gt;
      &amp;lt;billmaker&amp;gt;1001QW1000000000017S&amp;lt;/billmaker&amp;gt;
    &amp;lt;/group&amp;gt;
    &amp;lt;group&amp;gt;
      &amp;lt;creationtime&amp;gt;2016-03-23 16:05:30&amp;lt;/creationtime&amp;gt;
      &amp;lt;pk_supplier&amp;gt;1001QW10000000004CRS&amp;lt;/pk_supplier&amp;gt;
      &amp;lt;vbillcode&amp;gt;CD2016032300000006&amp;lt;/vbillcode&amp;gt;
      &amp;lt;modifiedtime&amp;gt;null&amp;lt;/modifiedtime&amp;gt;
      &amp;lt;billmaker&amp;gt;1001QW1000000000BT8L&amp;lt;/billmaker&amp;gt;
    &amp;lt;/group&amp;gt;
    .
    .
    .
  &amp;lt;/content&amp;gt;
&amp;lt;/xml&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;My case is to split this string and put each content of &amp;lt;group&amp;gt; tag into a queue of redis.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But i don't how to do that with Talend job components.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help is appreciated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 23:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-row/m-p/2241887#M28899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-12T23:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a row?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-row/m-p/2241888#M28900</link>
      <description>&lt;P&gt;Max,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In attachment of this reply: two images that illustrates how to do it.&lt;/P&gt; 
&lt;P&gt;I did the splitting part by using tExtractXMLField.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How your XML will be deliverd, no idea, so I used a tFixedFlowInput component. At the moment Talend has no build in Redis components...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope it helps! If you have any questions, just let me know.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Kr,&lt;/P&gt; 
&lt;P&gt;Jvl7&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_11.png" style="width: 690px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7IN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152003i183608BD24FF922C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7IN.png" alt="0683p000009M7IN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_12.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7IS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148888iC611D8209F3109F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7IS.png" alt="0683p000009M7IS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 12:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-row/m-p/2241888#M28900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-13T12:55:26Z</dc:date>
    </item>
  </channel>
</rss>

