Hi trying to use the file component and the moveFailed option to create a directory with a timestamp and put the file there but the date string is not parsed correctly.
This is the yaml string
file://mifir/input/import?noop=false&recursive=true&moveFailed=error/${date:now:yyyyMMdd}/${file:name}&maxDepth=3&readLock=changed
but the directory that is created is
error/now:yyyyMMdd/name/<my file is here>
Using Camel 2.25.2 on MacOS
/M
