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