<?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 tReplaceList queries in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375581#M137972</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking in an 'xls' file and there is one column on which i want to change the data so it will be easier to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input -&amp;gt; expected output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24 hours -&amp;gt; 1&lt;/P&gt;&lt;P&gt;5 days -&amp;gt; 5&lt;/P&gt;&lt;P&gt;1 month -&amp;gt; 30&lt;/P&gt;&lt;P&gt;1 year	-&amp;gt; 365&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I am given the string and want to change it to the numerical interger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of using tReplaceList,&amp;nbsp;&lt;/P&gt;&lt;B&gt;but wanted to see what other options were out there to handle this.&amp;nbsp;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full workflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking in an xls file and reading the values and adding up all of these integers based on the user to give you the full picture. So after this change i will be transforming the data still.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:29:01 GMT</pubDate>
    <dc:creator>noobTalendDev</dc:creator>
    <dc:date>2024-11-15T23:29:01Z</dc:date>
    <item>
      <title>tReplaceList queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375581#M137972</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking in an 'xls' file and there is one column on which i want to change the data so it will be easier to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input -&amp;gt; expected output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24 hours -&amp;gt; 1&lt;/P&gt;&lt;P&gt;5 days -&amp;gt; 5&lt;/P&gt;&lt;P&gt;1 month -&amp;gt; 30&lt;/P&gt;&lt;P&gt;1 year	-&amp;gt; 365&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I am given the string and want to change it to the numerical interger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of using tReplaceList,&amp;nbsp;&lt;/P&gt;&lt;B&gt;but wanted to see what other options were out there to handle this.&amp;nbsp;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full workflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking in an xls file and reading the values and adding up all of these integers based on the user to give you the full picture. So after this change i will be transforming the data still.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375581#M137972</guid>
      <dc:creator>noobTalendDev</dc:creator>
      <dc:date>2024-11-15T23:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: tReplaceList queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375582#M137973</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think tReplaceList is the best component to replace the values , another way is to use tJavaRow to replace the values with Java code after reading the data from xls file. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 04:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375582#M137973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-25T04:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: tReplaceList queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375583#M137974</link>
      <description>&lt;P&gt;for some reason tReplaceList doesn't do anything to my output, I used tJavaRow instead. Am I using tReplaceList wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375583#M137974</guid>
      <dc:creator>noobTalendDev</dc:creator>
      <dc:date>2021-11-30T17:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: tReplaceList queries</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375584#M137975</link>
      <description>&lt;P&gt;Would you like to share some screenshots to what you are doing with tReplacdList, we can check it. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 02:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplaceList-queries/m-p/2375584#M137975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-01T02:49:24Z</dc:date>
    </item>
  </channel>
</rss>

