Chris Geer created CAMEL-5813:
---------------------------------

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


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