Omid Dehghan created CAMEL-14127:
------------------------------------
Summary: The destination File gets override even if you set the
option fileExist=Append
Key: CAMEL-14127
URL: https://issues.apache.org/jira/browse/CAMEL-14127
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 3.0.0.RC2
Reporter: Omid Dehghan
Hi, I'm trying to append the content of a series of text files to another file
with file-component using fileExist=Append but the destination file acts like
it's been overrided!
Here's how I did it:
from("file:G:/high").to("file:G:/test?fileName=test.txt&fileExist=Append");
--
This message was sent by Atlassian Jira
(v8.3.4#803005)