<?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: Which regex to us with tExtractRegexFields to split a column? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338122#M106393</link>
    <description>I am sorry, my fault, You are right, unfortunately this component does not have the CSV options. I would say, this is a missing feature!&lt;BR /&gt;In this case you have only the choice to play with the original approach using regex. I suggest you play with regex with a online regex tester and use your finally tested regex here.</description>
    <pubDate>Tue, 24 May 2016 09:33:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-24T09:33:23Z</dc:date>
    <item>
      <title>Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338119#M106390</link>
      <description>I want to split one column into multiple columns (not rows) from the following string of a resultset (type: list):&lt;BR /&gt;]&lt;BR /&gt;The field seperator should be the comma, however not for the comma between the brackets. The end result should be:&lt;BR /&gt;column1="160915010"&lt;BR /&gt;column2="20:00"&lt;BR /&gt;column3="22:59"&lt;BR /&gt;column4="toneel,conventioneel"&lt;BR /&gt;It's not possible with the tExtractDelimitedFields, collumn4 will also split with the comma seperator.&lt;BR /&gt;Any help appreciated!&lt;BR /&gt;Remco</description>
      <pubDate>Mon, 23 May 2016 20:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338119#M106390</guid>
      <dc:creator>Remco1</dc:creator>
      <dc:date>2016-05-23T20:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338120#M106391</link>
      <description>I would remove the [] and use indeed tExtractDelimitedFields but with the CSV option using " as enclosure char. In this case the delimiter , will not be used as delimiter (the " marks them as content and not as delimiter).&amp;nbsp;</description>
      <pubDate>Mon, 23 May 2016 21:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338120#M106391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T21:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338121#M106392</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I would remove the [] and use indeed tExtractDelimitedFields but with the CSV option using " as enclosure char. In this case the delimiter , will not be used as delimiter (the " marks them as content and not as delimiter).&amp;nbsp;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thnx for your reply, I want to test this but I'm running into a issue where CSV option does not exist for&amp;nbsp;tExtractDelimitedFields. I'm using Talend 6.1.1 and according to the documentation there should be a CSV option?? I've also tested this with talend 6.2.0 and there's no CSV option also. Do I've to activate something?
&lt;BR /&gt;
&lt;BR /&gt;Remco</description>
      <pubDate>Tue, 24 May 2016 09:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338121#M106392</guid>
      <dc:creator>Remco1</dc:creator>
      <dc:date>2016-05-24T09:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338122#M106393</link>
      <description>I am sorry, my fault, You are right, unfortunately this component does not have the CSV options. I would say, this is a missing feature!&lt;BR /&gt;In this case you have only the choice to play with the original approach using regex. I suggest you play with regex with a online regex tester and use your finally tested regex here.</description>
      <pubDate>Tue, 24 May 2016 09:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338122#M106393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338123#M106394</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I am sorry, my fault, You are right, unfortunately this component does not have the CSV options. I would say, this is a missing feature!&lt;BR /&gt;In this case you have only the choice to play with the original approach using regex. I suggest you play with regex with a online regex tester and use your finally tested regex here.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I've got a working regex (&lt;A href="http://www.regextester.com/3269" rel="nofollow noopener noreferrer"&gt;http://www.regextester.com/3269&lt;/A&gt;) tested online:&amp;nbsp;("(|"")*")&lt;BR /&gt;This returns all values between quotes, however when I use this in tExtractRegexFields it does not work. A syntax error is genereated..??</description>
      <pubDate>Tue, 24 May 2016 10:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338123#M106394</guid>
      <dc:creator>Remco1</dc:creator>
      <dc:date>2016-05-24T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Which regex to us with tExtractRegexFields to split a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338124#M106395</link>
      <description>You have to convert this into a Java String: "&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;(\"(|\"\")*\")"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Escape the backslashes and put it into the double quotas for the Java String literal.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The tExtractRegexField put the result of every regex group into a new field at the output.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 24 May 2016 11:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Which-regex-to-us-with-tExtractRegexFields-to-split-a-column/m-p/2338124#M106395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T11:15:09Z</dc:date>
    </item>
  </channel>
</rss>

