Skip to Content
0
Former Member
Feb 25, 2009 at 10:57 AM

Reg: Mapping Problem

36 Views

Hi....

I am having input File which is having only one field..Below is the input file structure.

<?xml version="1.0" encoding="UTF-8"?>

<?xml version="1.0" encoding="UTF-8"?>

http://axis.com/file_upload">

<FileName>Test_Master</FileName>

</ns0:MTO_Check_Request>

The Input value should be splitted .

Then My output should like below format.

<?xml version="1.0" encoding="UTF-8"?>

http://axis.com/file_upload">

<FileName>Test</FileName>

<FileType>Master</FileType>

</ns0:MTI_Check_Response>

Can you please help how to do the mapping. If any UDF required can you please provide.

Thanks & Regards,

Leela