<?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] cFile setting &amp;quot;filter&amp;quot; property from &amp;quot;Advanced serttings&amp;quot; tab in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314876#M85601</link>
    <description>Hello!&lt;BR /&gt;I am trying to listen to a file directory for specific files and have implemented my own GenericFileFilter implementation (named beans.CompleteFileFilter).&lt;BR /&gt;How should I refer to it from "filter" property in "Advanced serttings"?&lt;BR /&gt;Trying to use cBeanRegister like this&lt;BR /&gt;ID =&amp;nbsp;"bean"&lt;BR /&gt;Class name =&amp;nbsp;beans.CompleteFileFilter&lt;BR /&gt;and adding to cFile "Advanced serttings" new line with&lt;BR /&gt;name = "filter"&lt;BR /&gt;value = "bean"&lt;BR /&gt;I'm getting the&amp;nbsp;error:&lt;BR /&gt;Could not find a suitable setter for property: filter as there isn't a setter method with same type: java.lang.String nor type conversion possible: No type converter available to convert from type: java.lang.String to the required type: org.apache.camel.component.file.GenericFileFilter with value bean&lt;BR /&gt;Pleas, can anyone help me?</description>
    <pubDate>Sat, 16 Nov 2024 11:12:29 GMT</pubDate>
    <dc:creator>est412</dc:creator>
    <dc:date>2024-11-16T11:12:29Z</dc:date>
    <item>
      <title>[resolved] cFile setting "filter" property from "Advanced serttings" tab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314876#M85601</link>
      <description>Hello!&lt;BR /&gt;I am trying to listen to a file directory for specific files and have implemented my own GenericFileFilter implementation (named beans.CompleteFileFilter).&lt;BR /&gt;How should I refer to it from "filter" property in "Advanced serttings"?&lt;BR /&gt;Trying to use cBeanRegister like this&lt;BR /&gt;ID =&amp;nbsp;"bean"&lt;BR /&gt;Class name =&amp;nbsp;beans.CompleteFileFilter&lt;BR /&gt;and adding to cFile "Advanced serttings" new line with&lt;BR /&gt;name = "filter"&lt;BR /&gt;value = "bean"&lt;BR /&gt;I'm getting the&amp;nbsp;error:&lt;BR /&gt;Could not find a suitable setter for property: filter as there isn't a setter method with same type: java.lang.String nor type conversion possible: No type converter available to convert from type: java.lang.String to the required type: org.apache.camel.component.file.GenericFileFilter with value bean&lt;BR /&gt;Pleas, can anyone help me?</description>
      <pubDate>Sat, 16 Nov 2024 11:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314876#M85601</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2024-11-16T11:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cFile setting "filter" property from "Advanced serttings" tab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314877#M85602</link>
      <description>Hi,
&lt;BR /&gt;You should try with cMessagingEndpoint component in Talend Studio. It offers more configuration possibilities when neededs.&amp;nbsp;
&lt;BR /&gt;The URI to set would look like """".
&lt;BR /&gt;"#myFilter" would be a reference to your filter bean defined within Spring configuration (Spring tab in Talend Studio). Your Spring configuration should look like this for example:
&lt;BR /&gt;&amp;lt;bean id="myFilter" class="beans.CompleteFileFilter"&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name="includes" value="**/subfolder/**/*day*"/&amp;gt;
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;property name="excludes" value="**/*bad*,**/*.xml"/&amp;gt;
&lt;BR /&gt;&amp;lt;/bean&amp;gt;
&lt;BR /&gt;Do not hesitate to check Camel page for more information. Hope that helps.
&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 01 Jun 2015 14:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314877#M85602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-01T14:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] cFile setting "filter" property from "Advanced serttings" tab</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314878#M85603</link>
      <description>Hi americo!&amp;nbsp; 
&lt;BR /&gt;Thanks a lot! The devil was in "#" symbol... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-cFile-setting-quot-filter-quot-property-from-quot/m-p/2314878#M85603</guid>
      <dc:creator>est412</dc:creator>
      <dc:date>2015-06-08T15:51:38Z</dc:date>
    </item>
  </channel>
</rss>

