<?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: Connection: Trigger: Run If - search substring in context value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253054#M36515</link>
    <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;******Original Post(s)******&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;BR /&gt;I want to search a context variable value for a substring, and run a job if the substring exists in the context variable value. But I'm having trouble getting the right logic to make that happen&lt;BR /&gt;The only thing that allowed tRunJob_2 or tRunJob_8 ran both of them (see pic #5)&lt;/P&gt; 
&lt;PRE&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option")))&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;Related Topics&lt;BR /&gt;1006&lt;BR /&gt;2112&lt;BR /&gt;&lt;BR /&gt;Here is a list of other things I have tried, and the errors I've gotten:&lt;BR /&gt;&lt;STRONG&gt;StringHandling.INDEX(context.FileMask,"Option")&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; Type mismatch: cannot convert from int to boolean&lt;BR /&gt; Type mismatch: cannot convert from int to boolean&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;StringHandling.INDEX(context.FileMask,"Option") != null&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator != is undefined for the argument type(s) int, null&lt;BR /&gt; The operator != is undefined for the argument type(s) int, null&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))) = TRUE&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The left-hand side of an assignment must be a variable&lt;BR /&gt; The left-hand side of an assignment must be a variable&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))) == TRUE&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; TRUE cannot be resolved&lt;BR /&gt; TRUE cannot be resolved&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:432)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))!=0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator != is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator != is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator &amp;gt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator &amp;gt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))&amp;lt;0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator &amp;lt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator &amp;lt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))==1&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator == is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator == is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157865i37240D2910DE8D83/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfg.jpg" alt="0683p000009MCfg.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCar.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135305i90C0B37827A5DA63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCar.jpg" alt="0683p000009MCar.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144167iA3CD8E8F9739B2E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfl.jpg" alt="0683p000009MCfl.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146382i2D4DE8C490E32788/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfv.jpg" alt="0683p000009MCfv.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136851i60713E900AA6A8B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCW.jpg" alt="0683p000009MCCW.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2008 21:20:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-07-14T21:20:03Z</dc:date>
    <item>
      <title>Connection: Trigger: Run If - search substring in context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253053#M36514</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;******NEVERMIND******&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;BR /&gt;&lt;STRONG&gt;of course, after trying everything i could think of for like an hour, I figure it out right after I post the problem:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;PRE&gt;StringHandling.INDEX(context.FileMask,"Option")&amp;gt;0&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253053#M36514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connection: Trigger: Run If - search substring in context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253054#M36515</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;******Original Post(s)******&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;BR /&gt;I want to search a context variable value for a substring, and run a job if the substring exists in the context variable value. But I'm having trouble getting the right logic to make that happen&lt;BR /&gt;The only thing that allowed tRunJob_2 or tRunJob_8 ran both of them (see pic #5)&lt;/P&gt; 
&lt;PRE&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option")))&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;Related Topics&lt;BR /&gt;1006&lt;BR /&gt;2112&lt;BR /&gt;&lt;BR /&gt;Here is a list of other things I have tried, and the errors I've gotten:&lt;BR /&gt;&lt;STRONG&gt;StringHandling.INDEX(context.FileMask,"Option")&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; Type mismatch: cannot convert from int to boolean&lt;BR /&gt; Type mismatch: cannot convert from int to boolean&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;StringHandling.INDEX(context.FileMask,"Option") != null&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator != is undefined for the argument type(s) int, null&lt;BR /&gt; The operator != is undefined for the argument type(s) int, null&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))) = TRUE&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The left-hand side of an assignment must be a variable&lt;BR /&gt; The left-hand side of an assignment must be a variable&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.NOT(Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))) == TRUE&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; TRUE cannot be resolved&lt;BR /&gt; TRUE cannot be resolved&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:432)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))!=0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator != is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator != is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator &amp;gt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator &amp;gt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))&amp;lt;0&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator &amp;lt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator &amp;lt; is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Relational.ISNULL(StringHandling.INDEX(context.FileMask,"Option"))==1&lt;/STRONG&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt; The operator == is undefined for the argument type(s) boolean, int&lt;BR /&gt; The operator == is undefined for the argument type(s) boolean, int&lt;BR /&gt; at bbfiletransform.bbdatatransform_convertfile_0_4.BBdataTransform_ConvertFile.tRunJob_1Process(BBdataTransform_ConvertFile.java:431)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157865i37240D2910DE8D83/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfg.jpg" alt="0683p000009MCfg.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCar.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135305i90C0B37827A5DA63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCar.jpg" alt="0683p000009MCar.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144167iA3CD8E8F9739B2E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfl.jpg" alt="0683p000009MCfl.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCfv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146382i2D4DE8C490E32788/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCfv.jpg" alt="0683p000009MCfv.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136851i60713E900AA6A8B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCW.jpg" alt="0683p000009MCCW.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2008 21:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253054#M36515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-14T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Connection: Trigger: Run If - search substring in context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253055#M36516</link>
      <description>&lt;P&gt;error&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 07:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Trigger-Run-If-search-substring-in-context-value/m-p/2253055#M36516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-26T07:13:41Z</dc:date>
    </item>
  </channel>
</rss>

