<?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 tMap to tFileOutputExcel into separate lines in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320216#M90379</link>
    <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not familiar with Talend tNormalize but I'll take a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will that allow me to write out two separate lines for one input line and use tJavaRow to code the logic to write out the second line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jul 2018 12:46:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-04T12:46:56Z</dc:date>
    <item>
      <title>How to split tMap to tFileOutputExcel into separate lines</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320214#M90377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the attached tFileInputExcel (attached convertcsv-sample) I have columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;additional_image_link/0/__cdata&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;additional_image_link/1/__cdata&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;additional_image_link/2/__cdata&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;additional_image_link/3/__cdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the value of these is not null I want to write the values in tFileOutputExcel (attached fta_catalog_product_20180404_132826 - sample - working) out as separate lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. in the example tFileOutputExcel, row 3, column DE is the value for "additional_image_link/0/__cdata" etc for the other additional images with each image URL value being written out as a separate row (4, 5, etc) in column DE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas please on how I can take 1 input line of tFileInputExcel and split it out in tFileOutputExcel in separate lines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any pointers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320214#M90377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-27T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to split tMap to tFileOutputExcel into separate lines</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320215#M90378</link>
      <description>I guess you are looking for tNormalize.</description>
      <pubDate>Wed, 27 Jun 2018 16:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320215#M90378</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-27T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to split tMap to tFileOutputExcel into separate lines</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320216#M90379</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not familiar with Talend tNormalize but I'll take a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will that allow me to write out two separate lines for one input line and use tJavaRow to code the logic to write out the second line?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 12:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320216#M90379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-04T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to split tMap to tFileOutputExcel into separate lines</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320217#M90380</link>
      <description>that allow you to write out two separate lines for one input line.&lt;BR /&gt;you can use what you want before or after (tjava is not the popular one)</description>
      <pubDate>Wed, 04 Jul 2018 13:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-tMap-to-tFileOutputExcel-into-separate-lines/m-p/2320217#M90380</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-04T13:04:00Z</dc:date>
    </item>
  </channel>
</rss>

