<?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 a field with comma separated values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263400#M43563</link>
    <description>Hi davidag1, 
&lt;BR /&gt;Maybe a look at the tExtractRegexFields component will give you a clue. 
&lt;BR /&gt;For instance : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmPeCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/java-lang-NoSuchMethodError-routines-Numeric-resetSequence/td-p/83600&lt;/A&gt; 
&lt;BR /&gt;PS : Your tBufferOutput is maybe not mandatory in this kind of job 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Cyril</description>
    <pubDate>Wed, 23 Mar 2011 08:26:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-23T08:26:03Z</dc:date>
    <item>
      <title>How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263399#M43562</link>
      <description>I have a csv file that I need to transform and export out a NEW csv file.&lt;BR /&gt;My current path is:&lt;BR /&gt;tFileInputDelimited_1 --&amp;gt; tMap_1 --&amp;gt; tBufferOutput_1 --&amp;gt; tFileOutputDelimited_1&lt;BR /&gt;&lt;BR /&gt;The column, "Full Name" has "Last Name, First Name" in one string and i need to extract both names and place them into two different columns.&lt;BR /&gt;Is there a TRIM function i am missing that will allow me to trim from the comma in the string?</description>
      <pubDate>Sat, 16 Nov 2024 13:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263399#M43562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263400#M43563</link>
      <description>Hi davidag1, 
&lt;BR /&gt;Maybe a look at the tExtractRegexFields component will give you a clue. 
&lt;BR /&gt;For instance : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmPeCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/java-lang-NoSuchMethodError-routines-Numeric-resetSequence/td-p/83600&lt;/A&gt; 
&lt;BR /&gt;PS : Your tBufferOutput is maybe not mandatory in this kind of job 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Cyril</description>
      <pubDate>Wed, 23 Mar 2011 08:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263400#M43563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263401#M43564</link>
      <description>Column Name: Full_Name
&lt;BR /&gt;e.g. Full_Name = Gonzalez, David
&lt;BR /&gt;I am trying to use the tExtractRegexFields with the following command
&lt;BR /&gt;
&lt;PRE&gt;^(?&amp;lt;LastName&amp;gt;\w+),\s?(?&amp;lt;FirstName&amp;gt;\w+)$&lt;/PRE&gt;
&lt;BR /&gt;Which works with in Regex Builder but not in tExtractRegexFields -- it complains "Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\)
&lt;BR /&gt;Any ideas?</description>
      <pubDate>Wed, 23 Mar 2011 20:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263401#M43564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263402#M43565</link>
      <description>Avoid the regex for such simple split... just use tExtractdelimfields to generate two field out of one....</description>
      <pubDate>Wed, 23 Mar 2011 20:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263402#M43565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T20:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263403#M43566</link>
      <description>thx emaxt6&lt;BR /&gt;I got the job to work with the following:&lt;BR /&gt;tFileInputDelimited_1 --&amp;gt; tExtractDelimitedFields_1 --&amp;gt; tMap_1 --&amp;gt; tFileOutputDelimited_1</description>
      <pubDate>Wed, 23 Mar 2011 21:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263403#M43566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-23T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263404#M43567</link>
      <description>Re your problem with tExtractRegexFields: remember that \ is an escape character for Java and regex so to use a regex shorthand character class such as \w in Talend (Java), you need \\w.</description>
      <pubDate>Thu, 24 Mar 2011 01:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263404#M43567</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-03-24T01:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a field with comma separated values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263405#M43568</link>
      <description>Thank you alevy!</description>
      <pubDate>Thu, 24 Mar 2011 20:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-a-field-with-comma-separated-values/m-p/2263405#M43568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-24T20:57:20Z</dc:date>
    </item>
  </channel>
</rss>

