<?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 [resolved] tLogCatcher - Priority in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-Priority/m-p/2301026#M73194</link>
    <description>Hi,
&lt;BR /&gt;When a tWarn/tDie message is caught by the tLogCatcher it processes various pieces of data. One of these is the "Priority" that relates to the priority drop down box in the tWarn/tDie component. Is it possible to access the Text for the "Priority" rather than the index?
&lt;BR /&gt;For example, I would like to see "Warning" instead of 4. Is there an object that stores this enumeration that I could access, rather than having to write my own?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;David</description>
    <pubDate>Sat, 16 Nov 2024 13:57:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:57:33Z</dc:date>
    <item>
      <title>[resolved] tLogCatcher - Priority</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-Priority/m-p/2301026#M73194</link>
      <description>Hi,
&lt;BR /&gt;When a tWarn/tDie message is caught by the tLogCatcher it processes various pieces of data. One of these is the "Priority" that relates to the priority drop down box in the tWarn/tDie component. Is it possible to access the Text for the "Priority" rather than the index?
&lt;BR /&gt;For example, I would like to see "Warning" instead of 4. Is there an object that stores this enumeration that I could access, rather than having to write my own?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;David</description>
      <pubDate>Sat, 16 Nov 2024 13:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-Priority/m-p/2301026#M73194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher - Priority</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-Priority/m-p/2301027#M73195</link>
      <description>Hello David 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Is there an object that stores this enumeration that I could access, rather than having to write my own?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;No, but you can convert the digit to string message on tMap, eg: 
&lt;BR /&gt;tLogCatcher--row2--&amp;gt;tMap--tLogRow 
&lt;BR /&gt;on expression of priority column: 
&lt;BR /&gt; 
&lt;PRE&gt;row2.priority==4?"warrning":(row2.priority==5?"error":"other info")&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 14 May 2009 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-Priority/m-p/2301027#M73195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T09:06:31Z</dc:date>
    </item>
  </channel>
</rss>

