<?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: Filtering numeric values and alpha-numeric values in a string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filtering-numeric-values-and-alpha-numeric-values-in-a-string/m-p/2375838#M138152</link>
    <description>Try with regex such as&amp;nbsp;&lt;BR /&gt;&lt;PRE&gt;string.matches("^\\p{Digit}+$"))&lt;/PRE&gt;</description>
    <pubDate>Tue, 16 Aug 2016 15:31:46 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2016-08-16T15:31:46Z</dc:date>
    <item>
      <title>Filtering numeric values and alpha-numeric values in a string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-numeric-values-and-alpha-numeric-values-in-a-string/m-p/2375837#M138151</link>
      <description>Hello,&lt;BR /&gt;I have a MSSQL&amp;nbsp;String column having values like "000123", "ABC123", "00-123", etc.&lt;BR /&gt;I want to INSERT into a MySQL table only the Numeric values like "000123" because the target datatype is INT.&lt;BR /&gt;The rejected values i.e. the values which are alpha-numeric or having any special characters should be sent to a CSV file.&lt;BR /&gt;Can you tell me the component to be used or the process to filter just the String having numeric values ?</description>
      <pubDate>Sat, 16 Nov 2024 10:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-numeric-values-and-alpha-numeric-values-in-a-string/m-p/2375837#M138151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering numeric values and alpha-numeric values in a string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filtering-numeric-values-and-alpha-numeric-values-in-a-string/m-p/2375838#M138152</link>
      <description>Try with regex such as&amp;nbsp;&lt;BR /&gt;&lt;PRE&gt;string.matches("^\\p{Digit}+$"))&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Aug 2016 15:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filtering-numeric-values-and-alpha-numeric-values-in-a-string/m-p/2375838#M138152</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2016-08-16T15:31:46Z</dc:date>
    </item>
  </channel>
</rss>

