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

Willem Jiang commented on CAMEL-5847:
-------------------------------------

@Arnout Thanks for your patch.
The convertor support to take the exchange as a parameter, we could leverage 
the exchange to find the charset name.
I will do some enhancement before applying the patch. 
                
> Convert files or inputstreams
> -----------------------------
>
>                 Key: CAMEL-5847
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5847
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mongodb
>            Reporter: Arnout Engelen
>            Assignee: Willem Jiang
>         Attachments: mongodbconverters.diff
>
>
> Inserting files into MongoDB doesn't work like this:
> {code}
> from("file:///tmp/test/apachecon?runLoggingLevel=TRACE")
>     .to("mongodb:connectionBean?database=x&collection=y&operation=insert");
> {code}
> It requires an explicit {{.convertBodyTo(String.class)}}. 
> The attached patch adds {{Converter}}s for File and InputStream object, 
> detecting and supporting both {{JSON}} and {{BSON}} files/streams.
> The {{new String(input, "utf-8"))}} fragment seems a bit dodgy, but I don't 
> really see a better way.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to