<?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: Bring multiple columns from csv into xml loop in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344397#M112057</link>
    <description>&lt;P&gt;Thanks for your input. That doublepipe will throw an error: "The operator || is undefined for the argument type(s) java.lang.String, java.lang.String". I could use + to concat but that would put all togehther into the same node and not one custom-attribute node each.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Apr 2018 12:21:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-02T12:21:15Z</dc:date>
    <item>
      <title>Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344395#M112055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;i'm new to the talend and im trying to use&amp;nbsp;Talend Open Studio for Data Integration for converting csv into an xml file. I ran into trouble because i am having multiple columns bullet1 - bullet20 which I want to bring into the loop custom-attributes. Basic idea is to use the flatfile columns to fill a new attribute in the xml with the content of the columns. I know whats showed on the image does not work, its just to demonstrate the&amp;nbsp;problem. I got 20 input cols which should each create a xml node inside of custom-attributes.&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-center" image-alt="Unbenannt.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtJ9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131016i86F7BC6D715219FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtJ9.png" alt="0683p000009LtJ9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any ideas on that?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Big thanks in advance!&lt;/P&gt; 
&lt;P&gt;i3&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344395#M112055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-02T11:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344396#M112056</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKryAAG"&gt;@kolfe&lt;/A&gt;&amp;nbsp;since you need to concatinate columns like row3.bullets1 || row3.bullets2.&lt;/P&gt;
&lt;P&gt;try in this way.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 11:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344396#M112056</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-02T11:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344397#M112057</link>
      <description>&lt;P&gt;Thanks for your input. That doublepipe will throw an error: "The operator || is undefined for the argument type(s) java.lang.String, java.lang.String". I could use + to concat but that would put all togehther into the same node and not one custom-attribute node each.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 12:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344397#M112057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-02T12:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344398#M112058</link>
      <description>&lt;P&gt;yes you can use + to&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 13:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344398#M112058</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-02T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344399#M112059</link>
      <description>&lt;P&gt;you can add into single node using +&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344399#M112059</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-04-03T10:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bring multiple columns from csv into xml loop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344400#M112060</link>
      <description>&lt;P&gt;xml result should look like this:&lt;/P&gt;&lt;PRE&gt;...
&amp;lt;custom-attribute&amp;gt;{row3.bullets1}&amp;lt;/custom-attribute&amp;gt;
&amp;lt;custom-attribute&amp;gt;{row3.bullets2}&amp;lt;/custom-attribute&amp;gt;
&amp;lt;custom-attribute&amp;gt;{row3.bullets3}&amp;lt;/custom-attribute&amp;gt;
&amp;lt;custom-attribute&amp;gt;{row3.bullets4}&amp;lt;/custom-attribute&amp;gt;
...&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;not likes this&lt;/P&gt;&lt;PRE&gt;&amp;lt;custom-attribute&amp;gt;{row3.bullets1} {row3.bullets2} {row3.bullets3} {row3.bullets4}&amp;lt;/custom-attribute&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 20:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Bring-multiple-columns-from-csv-into-xml-loop/m-p/2344400#M112060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T20:59:34Z</dc:date>
    </item>
  </channel>
</rss>

