<?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: multiple row separator in text file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371956#M134841</link>
    <description>according to me, the easier is :
&lt;BR /&gt;firstly replace separators by&amp;nbsp; uniq separator
&lt;BR /&gt;seconthly split the file with a tfileoutput (aech row = 1 file)</description>
    <pubDate>Thu, 03 Nov 2016 18:50:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-03T18:50:49Z</dc:date>
    <item>
      <title>multiple row separator in text file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371952#M134837</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I'm having text file like this&lt;BR /&gt;&lt;BR /&gt;CN=100&lt;BR /&gt;adshnxhndxghdngfhdsfs&lt;BR /&gt;dsjfxnudshxf hfgdsh&lt;BR /&gt;ldnf jsdbf hdsbf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IN=200&lt;BR /&gt;jhnxrhewxrgewhgxew&lt;BR /&gt;ejxn jehwbf ewhfbew&lt;BR /&gt;jdksfn sbfhb hfe&lt;BR /&gt;&lt;BR /&gt;XN=300&lt;BR /&gt;jskhd sa&lt;BR /&gt;jd jhgdsxbfgsdhbfgeh&lt;BR /&gt;kdsnbdhfhdgfhdbfhd&lt;BR /&gt;&lt;BR /&gt;IN=400&lt;BR /&gt;jhnxrhewxrgewhgxew&lt;BR /&gt;ejxn jehwbf ewhfbew&lt;BR /&gt;jdksfn sbfhb hfe&lt;BR /&gt;&lt;BR /&gt;XN=500&lt;BR /&gt;jhnxrhewxrgewhgxew&lt;BR /&gt;ejxn jehwbf ewhfbew&lt;BR /&gt;jdksfn sbfhb hfe&lt;BR /&gt;&lt;BR /&gt;In above file, CN= and XN= are my field separator. More can be there, Its just an example. But row separator can be found in this format only like I have mentioned. CN= or XN= etc&lt;BR /&gt;&lt;BR /&gt;I need to store data after every row separator in different file.&amp;nbsp;&lt;BR /&gt;From this file I should be getting five output files. That would be great if I could get row separator value in file as well.&lt;BR /&gt;&lt;BR /&gt;Any suggestion ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 16:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371952#M134837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-03T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row separator in text file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371953#M134838</link>
      <description>Any suggestion please ?</description>
      <pubDate>Thu, 03 Nov 2016 16:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371953#M134838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-03T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row separator in text file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371954#M134839</link>
      <description>Most likely need to process it in code, using a tJavaFlex component, process row by row, detect your own separators and open/close output files accordingly</description>
      <pubDate>Thu, 03 Nov 2016 17:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371954#M134839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-03T17:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row separator in text file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371955#M134840</link>
      <description>If there will always be one (and exactly one) empty line between two sets of data, you should try to use "\n\n" as your row separator and "=" as your field separator. The first field will then hold "XN" or "IN" and the second one the rest with all the other values which you will then be able to write in a file. The first line will then be the number after the "=". Let us know how this works out for you.</description>
      <pubDate>Thu, 03 Nov 2016 18:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371955#M134840</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-11-03T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiple row separator in text file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371956#M134841</link>
      <description>according to me, the easier is :
&lt;BR /&gt;firstly replace separators by&amp;nbsp; uniq separator
&lt;BR /&gt;seconthly split the file with a tfileoutput (aech row = 1 file)</description>
      <pubDate>Thu, 03 Nov 2016 18:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-row-separator-in-text-file/m-p/2371956#M134841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-03T18:50:49Z</dc:date>
    </item>
  </channel>
</rss>

