cancel
Showing results for 
Search instead for 
Did you mean: 

xml to plain conversion module configuration

0 Kudos

Hello All,

The scenario is to convert xml to plain using JMS adapter.

XML structure to be converted

<Header>

<Field1>

.

<Field7>

</Header>

<Item>

<Field1>

.

<Field7>

</Item>

Sample O/p flat file

<Header_start>

Field1 value

.

Field3 value

<Header_end>

<Item_Start>

Field1 value

Field2 Value

.

.

Field7 value

<Item_End>

My question is how to get all the tag names in the output flat file. what is the module configuration to use for message transformation beam using JMS adapter.

Accepted Solutions (0)

Answers (0)