See this page http://camel.apache.org/content-enricher.html
Notice what those boxes says about dynamic values in poll enrich and which Camel version. If you just want to pickup a file, then you can just do that use <transform> and <simple> and build the file name dynamically, and set the resultType of simple to be java.io.File. Or write a few lines of java code to read the file and aggregate / merge whatever you want. On Fri, Jan 20, 2017 at 9:31 PM, GaryLeeMills <[email protected]> wrote: > is this the right place for these questions? if not please send me to the > correct place. thank you > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/pollEnrich-and-variable-file-names-time-stamp-tp5792827p5792872.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
