on 2022 Jan 06 5:15 PM
Hello Experts,
I am working on SFTP to OData scenario, where I need to move files after processing in archive or error directory.
attached screen shot below
Content modifier set after Odata Call.
if I give a direct directory path "archive/${date:now:yyyyMMdd}/${file:name}" then it's working fine, But in a dynamic path it's not working.
can anyone help me what is the issue here?
I referred Bhalchandra Wadekar blog as a reference.
Thanks,
Ravi
Request clarification before answering.
Hello Ravi,
Can you try with below:-
${property.archiveDirectory}/${date:now:yyyyMMdd}/${file:name}
//${property.archiveDirectory}/${date:now:yyyyMMdd}/${file:name}
Regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello kc_kristris
I want to navigate one folder back and set another folder
If i hardcode ../somefolder in the postprocessing field it works but when I set the archiveDirectory property to ../somefolder and put ${property.archiveDirectory} in the postprocessing field it does not work.
Any idea?
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.