Skip to Content
0
Jul 04, 2009 at 09:51 AM

Sender File Content Conversion

24 Views

Dear Experts,

I have to convert a source file format to below xml format using file content conversion .

Can you please guide me How can I achieve this ?

<Header>

<header1>

<a>item1</a>

<a>item2</a>

<a>item3</a>

<a>item4</a>

<a>item5</a>

.

.

<a>item n</a>

</header1>

</Header>

source format is

item1

item2

item3

item4

item5

.

itemn

Regards

Binu