<?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: Can Talend use an external file to search and replace values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257134#M39310</link>
    <description>&lt;P&gt;SA,E QUESTION&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 11:05:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-12T11:05:24Z</dc:date>
    <item>
      <title>Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257129#M39305</link>
      <description>I have a list of about 80 values that I need to check within a data fields in a SQL Server database and replace the values with something different. For instance in a couple of address fields I want to change Street to ST, Road to RD, Avenue to Ave, etc. I am using a tReplace to find and replace smaller sets of values but I am looking for a solution that would use a longer list of values. Is there a way of doing this that someone could suggest and give an example for? 
&lt;BR /&gt;Also, is Talend case sensitive in a windows environment? In my file would I have to enter "STREET", "Street" and "street" or could I just use "Street" to search for the value I want to replace? 
&lt;BR /&gt;My project uses java and uses a SQL Server database.</description>
      <pubDate>Sat, 16 Nov 2024 14:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257129#M39305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257130#M39306</link>
      <description>This is exactly what tReplaceList does. And yes it can be case insensitive or not, depending on your will (I mean there is a checkbox), not on the environment you're running on.</description>
      <pubDate>Sat, 07 Feb 2009 23:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257130#M39306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-07T23:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257131#M39307</link>
      <description>This solution sounds great but I seem to have a problem implementing it.  I am using java and I'm not sure if this is a perl only solution.  I found the user documentation for tReplacelist and I am trying to implement it without receiving the results I expect.  My goal is to change names to abreviations for street names.  For instance from "123 Main Street" I would like to get "123 Main ST".  In my delimited file I have the entry &lt;BR /&gt;" STREET ";"ST".  I have tried with " STREET ";"ST" and "STREET";"ST".  I would like to change values within a text string and not the entire string.  Am I missing something?</description>
      <pubDate>Mon, 09 Feb 2009 16:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257131#M39307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-09T16:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257132#M39308</link>
      <description>After some more experimenting, I found that I should not use double quotes(") in the delimited file. I updated my delimited file and the replacement works great!</description>
      <pubDate>Mon, 09 Feb 2009 17:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257132#M39308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-09T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257133#M39309</link>
      <description>Hi 
&lt;BR /&gt;hi i am using tReplaceList, but it is creating problem, if My Look-up file has string like 
&lt;BR /&gt;ShortName|FullName 
&lt;BR /&gt;NA | NAME 
&lt;BR /&gt;ME | Meet End 
&lt;BR /&gt;but first look-up finds the NA and Replace with "NAME" in main stream, but same "NAME" string contains "ME" so also replace with "Meet End" and so on 
&lt;BR /&gt;then out put looks like " NAMeet End" this is a small example. 
&lt;BR /&gt;please suggest how to replace once and then move for next main row?</description>
      <pubDate>Wed, 04 Apr 2012 18:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257133#M39309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-04T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can Talend use an external file to search and replace values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257134#M39310</link>
      <description>&lt;P&gt;SA,E QUESTION&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-Talend-use-an-external-file-to-search-and-replace-values/m-p/2257134#M39310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-12T11:05:24Z</dc:date>
    </item>
  </channel>
</rss>

