Hi, When I use a file consumer
<from uri="file:in?move=$simple{file:name}-transfered&include=^demo_keys\.ks$&sortBy=file:name" /> the file(s) are renamed to xxx-transfered after processing (as I expected and stated in the doc). But when I use the same with pollEnrich (for just one file) <pollEnrich> <simple>file://in?fileName=demo_keys.ks2&move=${camelId}-uploaded&sendEmptyMessageWhenIdle=true&maxMessagesPerPoll=1&delay=8000</simple> </pollEnrich> the file is not renamed after processing, instead moved into a newly created sub-directory with the original name. The ${file:name} is empty that's why I used something which has a value... How can I rename the pollEnrich processed file, achieve the same behaviour as a normal file consume? I've tested it with v2.17.2 and v2.18.0 Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Why-the-file-consumer-move-option-working-differently-with-pollEnrich-tp5791198.html Sent from the Camel - Users mailing list archive at Nabble.com.