[ 
https://issues.apache.org/jira/browse/CAMEL-14127?focusedWorklogId=342842&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-342842
 ]

ASF GitHub Bot logged work on CAMEL-14127:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Nov/19 19:54
            Start Date: 13/Nov/19 19:54
    Worklog Time Spent: 10m 
      Work Description: mcollovati commented on pull request #3337: 
CAMEL-14127: (2.x port) avoid file by file target replacement when 
fileExist=Append (#3309)
URL: https://github.com/apache/camel/pull/3337
 
 
   When file producer applies file based optimization it ignores
   fileExist=Append mode and always replaces target file.
   This change avoids file based optimization when fileExist=Append.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 342842)
    Time Spent: 0.5h  (was: 20m)

> The destination File gets override even if you set the option fileExist to 
> 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.RC3
>            Reporter: Omid Dehghan
>            Priority: Major
>              Labels: append, file-component, fileExist, override
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)

Reply via email to