Thanks Claus. This worked, but not with expression language. My route looks like below:
from("{{data.inbox.componentType}}://{{data.inbox.dataDirPath}}?fileName={{file.ownerStatusDataFile}}&idempotentKey=${file:name}-${file:modified}&noop=true") .log("Copying ownerStatusDataFile") .to("{{data.outbox.componentType}}://{{data.outbox.membership.dataDirPath}}"); Is there anything I can do to make it working with expression language? -- View this message in context: http://camel.465427.n5.nabble.com/File-component-to-only-process-files-if-modified-with-noop-true-tp5772074p5772120.html Sent from the Camel - Users mailing list archive at Nabble.com.