04-05-05 10:50 PM
Hi,
I have need to output the message to flat file format like
<Customer>
<FirstName>John</FirstName>
<LastName>Ted</LastName>
</Customer>
Into the output
FirstName|LastName
John|Ted
which is very straight forward, I managed to output the "John|Ted" already,
but can not find where to config to add header "FirstName|LastName", can
anyone help?
Thanks a lot,
Jason
[ Post a follow-up to this message ]
|