<?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: Need SQL Query to get Alphanumeric values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331398#M100384</link>
    <description>&lt;P&gt;Hello @nagendra babu​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately your examples aren't clear. I can only continue the idea what @not specified not specified​&amp;nbsp; suggested.&lt;/P&gt;&lt;P&gt;We have this dataset:&lt;/P&gt;&lt;P&gt;1111.111&lt;/P&gt;&lt;P&gt;12345.12345&lt;/P&gt;&lt;P&gt;001-0042-0.2&lt;/P&gt;&lt;P&gt;001-0224. *******&lt;/P&gt;&lt;P&gt;020-0484. *******&lt;/P&gt;&lt;P&gt;111.12345&lt;/P&gt;&lt;P&gt;11245.78891&lt;/P&gt;&lt;P&gt;1111.AHKJY&lt;/P&gt;&lt;P&gt;47S35A-5D.AAU&lt;/P&gt;&lt;P&gt;47LS5A-5D.AUSHX&lt;/P&gt;&lt;P&gt;ANCY.HRGK&lt;/P&gt;&lt;P&gt;BJKL.MNJY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to have only ANCY.HRGK and similar?&lt;/P&gt;&lt;P&gt;^[a-zA-Z]+\.[a-zA-Z]+$&lt;/P&gt;&lt;P&gt;You want to EXCLUDE these?&lt;/P&gt;&lt;P&gt;12345.12345&lt;/P&gt;&lt;P&gt;001-0042-0.2&lt;/P&gt;&lt;P&gt;001-0224. *******&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;columnName NOT REGEXP '^[0-9\-]+\.[0-9a-zA-Z \*]+$'&lt;/P&gt;&lt;P&gt;But this will still keep:&lt;/P&gt;&lt;P&gt;47LS5A-5D.AUSHX&lt;/P&gt;&lt;P&gt;ANCY.HRGK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can test the regular expressions over at: https://regex101.com/r/AzcOh2/1   (There's an explanation on the right side so its easier to understand.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!! When copying to Talend / Java you must escape the escape character. So inside a java String the \- becomes \\-  &lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex is really powerful but requires a bit of learning.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2022 18:39:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-21T18:39:37Z</dc:date>
    <item>
      <title>Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331393#M100379</link>
      <description>&lt;P&gt;Hi everyone! Can anyone please tell me the SQL query to get only alphanumeric data of for Particular column... I want to exclude all numeric values data, and which is having astric also for e.g., :(1111.111,12345.12345,001-0042-0.2,001-0224. *******,020-0484. *******).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;I want only the data which is combination of Alphanumeric for e.g., :(47S35A-5D.AAU,47LS5A-5D. AUSHX). Thanks in Advance! Have a Good day...&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331393#M100379</guid>
      <dc:creator>nbabu228</dc:creator>
      <dc:date>2024-11-15T22:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331394#M100380</link>
      <description>&lt;P&gt;I am afraid this isn't clear. Can you give examples of what you will start with and what you want to end with? Also, this won't require a SQL query, you will be able to do this with a bit of Java.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 18:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331394#M100380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-08T18:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331395#M100381</link>
      <description>&lt;P&gt;Hi rhall&lt;/P&gt;&lt;P&gt;Thanks for u response iam sharing the file with u.. which data is required for me and how the data is getting from MYSQL_DB. We have to use query only to filter this data.Please help me out.. Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 11:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331395#M100381</guid>
      <dc:creator>nbabu228</dc:creator>
      <dc:date>2022-11-09T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331396#M100382</link>
      <description>&lt;P&gt;Hi @nagendra babu​,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Try Something like this(if you are using MYSQL):&lt;/P&gt;&lt;P&gt;&lt;B&gt;SELECT * FROM tableName&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;WHERE columnName&amp;nbsp;REGEXP '^[0-9]+[a-zA-Z.-]+$'&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;or columnName&amp;nbsp;REGEXP '^[a-zA-Z]+[0-9.-]+$';&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;﻿Kind regards,&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;span class="lia-unicode-emoji" title=":face_with_medical_mask:"&gt;😷&lt;/span&gt;19.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 16:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331396#M100382</guid>
      <dc:creator>InfoCraft</dc:creator>
      <dc:date>2022-11-10T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331397#M100383</link>
      <description>&lt;P&gt;Hii Thanks for Response. But by using the above Iam not getting the required data. Mentioning the examples of the data what i need Exactly...&lt;/P&gt;&lt;P&gt;Required data (EG: ANCY.HRGK, BJKL.MNJY). Existing data in DB (EG:1111.12345,11245.78891, ANCY.HRGK, BJKL.MNJY, 1111.AHKJY).&lt;/P&gt;&lt;P&gt;By using the above query Iam only able to get (1111.AHKJY). Please help me on this... Thanks in Advance!!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 15:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331397#M100383</guid>
      <dc:creator>nbabu228</dc:creator>
      <dc:date>2022-11-21T15:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need SQL Query to get Alphanumeric values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331398#M100384</link>
      <description>&lt;P&gt;Hello @nagendra babu​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately your examples aren't clear. I can only continue the idea what @not specified not specified​&amp;nbsp; suggested.&lt;/P&gt;&lt;P&gt;We have this dataset:&lt;/P&gt;&lt;P&gt;1111.111&lt;/P&gt;&lt;P&gt;12345.12345&lt;/P&gt;&lt;P&gt;001-0042-0.2&lt;/P&gt;&lt;P&gt;001-0224. *******&lt;/P&gt;&lt;P&gt;020-0484. *******&lt;/P&gt;&lt;P&gt;111.12345&lt;/P&gt;&lt;P&gt;11245.78891&lt;/P&gt;&lt;P&gt;1111.AHKJY&lt;/P&gt;&lt;P&gt;47S35A-5D.AAU&lt;/P&gt;&lt;P&gt;47LS5A-5D.AUSHX&lt;/P&gt;&lt;P&gt;ANCY.HRGK&lt;/P&gt;&lt;P&gt;BJKL.MNJY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to have only ANCY.HRGK and similar?&lt;/P&gt;&lt;P&gt;^[a-zA-Z]+\.[a-zA-Z]+$&lt;/P&gt;&lt;P&gt;You want to EXCLUDE these?&lt;/P&gt;&lt;P&gt;12345.12345&lt;/P&gt;&lt;P&gt;001-0042-0.2&lt;/P&gt;&lt;P&gt;001-0224. *******&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;columnName NOT REGEXP '^[0-9\-]+\.[0-9a-zA-Z \*]+$'&lt;/P&gt;&lt;P&gt;But this will still keep:&lt;/P&gt;&lt;P&gt;47LS5A-5D.AUSHX&lt;/P&gt;&lt;P&gt;ANCY.HRGK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can test the regular expressions over at: https://regex101.com/r/AzcOh2/1   (There's an explanation on the right side so its easier to understand.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!! When copying to Talend / Java you must escape the escape character. So inside a java String the \- becomes \\-  &lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex is really powerful but requires a bit of learning.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 18:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-SQL-Query-to-get-Alphanumeric-values/m-p/2331398#M100384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-21T18:39:37Z</dc:date>
    </item>
  </channel>
</rss>

