<?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 more than one field? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306980#M78461</link>
    <description>Its a java function. You can use to split the delimited string into array.
&lt;BR /&gt;E.g. String varStr = abc@def@ghi@jkl;
&lt;BR /&gt;String[] strArray = VarStr.split('@');
&lt;BR /&gt;Now you can use this array with proper index to store the value into columns.</description>
    <pubDate>Sat, 27 Apr 2013 06:09:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-27T06:09:45Z</dc:date>
    <item>
      <title>How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306975#M78456</link>
      <description>Hi all,
&lt;BR /&gt;using tExtractDelimetedFields we split one field at a time.
&lt;BR /&gt;How to split more than one field?
&lt;BR /&gt;Regards
&lt;BR /&gt;Aishu</description>
      <pubDate>Fri, 26 Apr 2013 11:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306975#M78456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T11:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306976#M78457</link>
      <description>Hi
&lt;BR /&gt;Could you please explain a little more?
&lt;BR /&gt;The tExtractDelimitedFields will extract as many fields as it can find with the field separator that you specify. Otherwhys you could use a tMap to split this field into more fields using a variable with the java SubString() method.</description>
      <pubDate>Fri, 26 Apr 2013 14:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306976#M78457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306977#M78458</link>
      <description>Hi DeanWake,&lt;BR /&gt;using tExtractDelimitedFields component we split  one  column at a time.&lt;BR /&gt;In  component properties list  we have option Field to split, here we are given one column at a time.&lt;BR /&gt;My requirement is i want to split multiple columns using single  tExtractDelimitedFields ?&lt;BR /&gt;but there is no option like that in tExtractDelimitedFields component.&lt;BR /&gt;Regards&lt;BR /&gt;Aishu23</description>
      <pubDate>Fri, 26 Apr 2013 15:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306977#M78458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T15:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306978#M78459</link>
      <description>You can not split multiple columns using tExtractDelimitedFields component. it iwll only work on one column at a time.&lt;BR /&gt;However, You can use tMap and use the String.split function on the fields that you want to split into multiple columns.</description>
      <pubDate>Fri, 26 Apr 2013 20:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306978#M78459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T20:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306979#M78460</link>
      <description>Hi vikram,
&lt;BR /&gt;can you provide sample screen shots for String.split ?
&lt;BR /&gt;Thanks for you replay
&lt;BR /&gt;Regards
&lt;BR /&gt;Aishu</description>
      <pubDate>Sat, 27 Apr 2013 05:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306979#M78460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306980#M78461</link>
      <description>Its a java function. You can use to split the delimited string into array.
&lt;BR /&gt;E.g. String varStr = abc@def@ghi@jkl;
&lt;BR /&gt;String[] strArray = VarStr.split('@');
&lt;BR /&gt;Now you can use this array with proper index to store the value into columns.</description>
      <pubDate>Sat, 27 Apr 2013 06:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306980#M78461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T06:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split more than one field?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306981#M78462</link>
      <description>Hi, 
&lt;BR /&gt;There is a component called 
&lt;A href="https://help.talend.com/search/all?query=tSplitRow&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tSplitRow&lt;/A&gt;, it might address your need, you can always get more precise answers if you explain your request with more details, an example is always welcome. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sat, 27 Apr 2013 07:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Split-more-than-one-field/m-p/2306981#M78462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T07:46:44Z</dc:date>
    </item>
  </channel>
</rss>

