[ 
https://issues.apache.org/jira/browse/CAMEL-5813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Geer updated CAMEL-5813:
------------------------------

    Attachment: CAMEL-5813.patch

Patch adds conversion method for XML Document and two tests. First test is for 
split=false second is for split=true. Tested on trunk and 2.10.x branch.
                
> Add support to convert from a Flatpack Dataset to an XML Document
> -----------------------------------------------------------------
>
>                 Key: CAMEL-5813
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5813
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-flatpack
>            Reporter: Chris Geer
>             Fix For: 2.10.3, 2.11.0
>
>         Attachments: CAMEL-5813.patch
>
>
> This will add a converter to the flatpack component to support conversion to 
> an XML Document. The document will differ based on whether or not the 
> "splitRows" option was selected. If it was selected there will be multiple 
> documents, each on with either a <DatasetHeader>, <DatasetRecord> or 
> <DatasetTrailer> element. If the splitRows option is false there will be a 
> single document with <Dataset> element containing 1 -> * of <DatasetHeader>, 
> <DatasetRecord> or <DatasetTrailer> elements. 

--
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