<?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: Inserting Raw xml with each row in Cassandra in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341985#M109893</link>
    <description>Hi Sabrina, 
&lt;BR /&gt;I want my result to be : 
&lt;BR /&gt;273985234,XO,1237161,"SM,HJ,GJ,ZX",TestData,34,64,"&amp;lt;Identifier&amp;gt;273985234&amp;lt;/Identifier&amp;gt; &amp;lt;officecode&amp;gt;XO&amp;lt;/officecode&amp;gt; &amp;lt;ReNum&amp;gt;1237161&amp;lt;/ReNum&amp;gt; &amp;lt;Country&amp;gt; &amp;lt;CountryCode&amp;gt;SM&amp;lt;/CountryCode&amp;gt; &amp;lt;CountryCode&amp;gt;HJ&amp;lt;/CountryCode&amp;gt; &amp;lt;CountryCode&amp;gt;GJ&amp;lt;/CountryCode&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;CountryCode&amp;gt;ZX&amp;lt;/CountryCode&amp;gt; &amp;lt;/Country&amp;gt; &amp;lt;ServicesDetails&amp;gt; &amp;lt;Services&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TestCode&amp;gt;TestData&amp;lt;/TestCode&amp;gt; &amp;lt;DetailDesc&amp;gt; &amp;lt;DescClass&amp;gt; &amp;lt;NumberClass&amp;gt;34&amp;lt;/NumberClass&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DescClass&amp;gt; &amp;lt;DescClass&amp;gt; &amp;lt;NumberClass&amp;gt;64&amp;lt;/NumberClass&amp;gt; &amp;lt;/DescClass&amp;gt; &amp;lt;/DetailDesc&amp;gt; &amp;lt;/Services&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ServicesDetails&amp;gt; "</description>
    <pubDate>Mon, 04 Jul 2016 08:09:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-04T08:09:05Z</dc:date>
    <item>
      <title>Inserting Raw xml with each row in Cassandra</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341983#M109891</link>
      <description>Hi , 
&lt;BR /&gt;i am processing multi loop xml and using txml map for that. I want to insert raw xml for each row corresponding to the respective id. Please help me on how i can achieve this. 
&lt;BR /&gt;Suppose i have data like: 
&lt;BR /&gt;&amp;nbsp;&amp;lt;Details&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Identifier&amp;gt;273985234&amp;lt;/Identifier&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;officecode&amp;gt;XO&amp;lt;/officecode&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ReNum&amp;gt;1237161&amp;lt;/ReNum&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Country&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;CountryCode&amp;gt;SM&amp;lt;/CountryCode&amp;gt; 
&lt;BR /&gt; &amp;lt;CountryCode&amp;gt;HJ&amp;lt;/CountryCode&amp;gt; 
&lt;BR /&gt; &amp;lt;CountryCode&amp;gt;GJ&amp;lt;/CountryCode&amp;gt; 
&lt;BR /&gt; &amp;lt;CountryCode&amp;gt;ZX&amp;lt;/CountryCode&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Country&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ServicesDetails&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Services&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;TestCode&amp;gt;TestData&amp;lt;/TestCode&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DetailDesc&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DescClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;NumberClass&amp;gt;34&amp;lt;/NumberClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DescClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DescClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;NumberClass&amp;gt;64&amp;lt;/NumberClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DescClass&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DetailDesc&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Services&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ServicesDetails&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/Details&amp;gt; 
&lt;BR /&gt;I also want to insert the raw xml corresponding to &amp;nbsp;identifier with every row. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Saurabh.</description>
      <pubDate>Sat, 16 Nov 2024 11:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341983#M109891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Raw xml with each row in Cassandra</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341984#M109892</link>
      <description>Hi&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Saurabh,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please also paste your expected result here?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 11 Aug 2015 04:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341984#M109892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T04:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting Raw xml with each row in Cassandra</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341985#M109893</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I want my result to be : 
&lt;BR /&gt;273985234,XO,1237161,"SM,HJ,GJ,ZX",TestData,34,64,"&amp;lt;Identifier&amp;gt;273985234&amp;lt;/Identifier&amp;gt; &amp;lt;officecode&amp;gt;XO&amp;lt;/officecode&amp;gt; &amp;lt;ReNum&amp;gt;1237161&amp;lt;/ReNum&amp;gt; &amp;lt;Country&amp;gt; &amp;lt;CountryCode&amp;gt;SM&amp;lt;/CountryCode&amp;gt; &amp;lt;CountryCode&amp;gt;HJ&amp;lt;/CountryCode&amp;gt; &amp;lt;CountryCode&amp;gt;GJ&amp;lt;/CountryCode&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;CountryCode&amp;gt;ZX&amp;lt;/CountryCode&amp;gt; &amp;lt;/Country&amp;gt; &amp;lt;ServicesDetails&amp;gt; &amp;lt;Services&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TestCode&amp;gt;TestData&amp;lt;/TestCode&amp;gt; &amp;lt;DetailDesc&amp;gt; &amp;lt;DescClass&amp;gt; &amp;lt;NumberClass&amp;gt;34&amp;lt;/NumberClass&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/DescClass&amp;gt; &amp;lt;DescClass&amp;gt; &amp;lt;NumberClass&amp;gt;64&amp;lt;/NumberClass&amp;gt; &amp;lt;/DescClass&amp;gt; &amp;lt;/DetailDesc&amp;gt; &amp;lt;/Services&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/ServicesDetails&amp;gt; "</description>
      <pubDate>Mon, 04 Jul 2016 08:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-Raw-xml-with-each-row-in-Cassandra/m-p/2341985#M109893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-04T08:09:05Z</dc:date>
    </item>
  </channel>
</rss>

