You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2019/11/04 04:54:00 UTC

[jira] [Comment Edited] (CAMEL-14127) The destination File gets override even if you set the option fileExist to Append

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

Claus Ibsen edited comment on CAMEL-14127 at 11/4/19 4:53 AM:
--------------------------------------------------------------

Thanks for reporting. And thanks Marco for the fix in the PR


was (Author: davsclaus):
Thanks for reporting

> 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: 20m
>  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)