<?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: Split rows of data after special characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242507#M29311</link>
    <description>Hi zo,&lt;BR /&gt;Actually, you should use "\\ ." in field separator.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 07 Jan 2015 03:04:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-07T03:04:49Z</dc:date>
    <item>
      <title>Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242500#M29304</link>
      <description>Hai,&lt;BR /&gt;How do I do if I have a row of data such that 10.2.3.123 and I wanted it to be into a new column with :&lt;BR /&gt;Column A | Column B | Column C | Column D&lt;BR /&gt;10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 123&lt;BR /&gt;Would you mind to give me some advice?&lt;BR /&gt;Thank You in Advance,&lt;BR /&gt;ZO</description>
      <pubDate>Wed, 31 Dec 2014 09:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242500#M29304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242501#M29305</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have you tried component&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tExtractDelimitedFields&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tExtractDelimitedFields&lt;/A&gt;?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 31 Dec 2014 10:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242501#M29305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T10:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242502#M29306</link>
      <description>Hi Sabrina,&lt;BR /&gt;Is it proper to use tExtractDelimitedFields? My source is not a delimited file, it is from a column in a database that I need to extract the data from the column.</description>
      <pubDate>Mon, 05 Jan 2015 02:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242502#M29306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T02:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242503#M29307</link>
      <description>Yes, Sabrina told you exactly what you need. Read the content which is actually delimited in a column and use this column in the mentioned component as input field. This content will be separated into new columns based in the delimiter (in your case the pipe).</description>
      <pubDate>Mon, 05 Jan 2015 06:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242503#M29307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242504#M29308</link>
      <description>Sorry..</description>
      <pubDate>Mon, 05 Jan 2015 08:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242504#M29308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242505#M29309</link>
      <description>&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;hi, all..&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;i have tried the job using tFileInputDelimited which suggested before. &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Source = 1.2.3.4.5 in single row by excel. The problem is the output not exist at that column.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Output = one| two| three| four| five&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 &amp;nbsp;| &amp;nbsp;2 &amp;nbsp;| &amp;nbsp; 3 &amp;nbsp; &amp;nbsp;| &amp;nbsp;4 &amp;nbsp;| &amp;nbsp;5&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;the output like image below :&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/252280/Capture.jpg_20150105-1019.jpg" /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/252280/Capture1.jpg_20150105-1020.jpg" /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/252280/Capture3.jpg_20150105-1020.jpg" /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/252280/Capture4.jpg_20150105-1020.jpg" /&gt;</description>
      <pubDate>Mon, 05 Jan 2015 09:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242505#M29309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-05T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242506#M29310</link>
      <description>Hi All,
&lt;BR /&gt;It seems that extractdelimitedfields did not split the data into new column? Is there any other setting in the component that I should figure out?Would you mind to help me?
&lt;BR /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/68169/Untitled.jpg.jpg" /&gt;
&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/68169/Untitled1.jpg.jpg" /&gt;</description>
      <pubDate>Wed, 07 Jan 2015 02:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242506#M29310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T02:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242507#M29311</link>
      <description>Hi zo,&lt;BR /&gt;Actually, you should use "\\ ." in field separator.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 07 Jan 2015 03:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242507#M29311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T03:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242508#M29312</link>
      <description>Hi yana_isma,
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;For your actual result, could you please show us your schema setting screenshot of tExtractDelimitedFileld?&lt;/FONT&gt;&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>Wed, 07 Jan 2015 03:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242508#M29312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T03:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242509#M29313</link>
      <description>Hi Sabrina,&lt;BR /&gt;thank you for your reply. It is working fine if we put "\\." instead of ".". may I know why should we put \\?&lt;BR /&gt;Thanks,&lt;BR /&gt;zo</description>
      <pubDate>Wed, 07 Jan 2015 03:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242509#M29313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T03:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242510#M29314</link>
      <description>Hi, Sabrina.. 
&lt;BR /&gt;Thank you..i already got the answer for my problem just now.. 
&lt;BR /&gt;Thank you again for your helps.. 
&lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Yana_Isma</description>
      <pubDate>Wed, 07 Jan 2015 03:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242510#M29314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T03:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242511#M29315</link>
      <description>Hi &lt;B&gt;zo&lt;/B&gt;,&lt;BR /&gt;Since tExtractdelimitedfields component uses regex to split a filed and the regex syntax uses special characters as operators, make sure to precede the regex operator you use as a field separator by a double backslash. For example, you have to use "\\|" instead of "|".&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 07 Jan 2015 04:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242511#M29315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T04:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242512#M29316</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thank you so much for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;zo</description>
      <pubDate>Wed, 07 Jan 2015 04:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242512#M29316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T04:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Split rows of data after special characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242513#M29317</link>
      <description>Hi zo,&lt;BR /&gt;Could you please mark this topic as resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 07 Jan 2015 06:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-rows-of-data-after-special-characters/m-p/2242513#M29317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-07T06:09:30Z</dc:date>
    </item>
  </channel>
</rss>

