cancel
Showing results for 
Search instead for 
Did you mean: 

FCC for the XML

Former Member
0 Kudos

Hi all

how to apply the content conversion for the following XML:

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

<ns0:test_mt xmlns:ns0="http://test.com/FCC">

<Order>

<Header>

<Po_No>po343848377</Po_No>

<date>12122008</date>

<Porg>org121</Porg>

<Communication>

<Phno>09856421563</Mobile>

<Mail>bhasker</Mail>

<Fax>085477875652</Fax>

<Address>

<Name>bhasker</Name>

<Hno>45689-79</Hno>

<Street>abc</Street>

<CIty>def</CIty>

<Country>india</Country>

</Address>

<Address>

<Name>bhasker</Name>

<Hno>45690-79</Hno>

<Street>abcdef</Street>

<CIty>defabc</CIty>

<Country>india</Country>

</Address>

</Communication>

</Header>

<item>

<posnr>10</posnr>

<matnr>100-100</matnr>

<quant>50</quant>

</item>

<SceduleLine>

<itemno>10</itemno>

<delvquan>50</delvquan>

<delvdate>12122008</delvdate>

<delvlocation>abc</delvlocation>

</SceduleLine>

</Order>

</ns0:test_mt>

Please let me know the applicable Content Conversion parameters for all the nodes

Thank you

Regards

Bhasker

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check out the following links related to the File content conversion :

Thanks,

Pooja