cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion for J2SE Adapter

0 Kudos

Hi,

I have configured the J2SE Adapter properly,

Still content conversion is not taking place for my file and it is going unconverted to xi.

Following is the process.

I have the file as:

<b>0000665811 0111 500.00 20071217</b>

I Require the xml as

<b><ns0:Mt_Customer_Balance_Info xmlns:ns0="http://aoa.nestle.com/fi">

<RECORDSET>

<CUSC>0000665811</CUSC>

<CRCA>0111</CRCA>

<OBAL>500.00</OBAL>

<DATE_REPORT>20071217</DATE_REPORT>

</RECORDSET>

</ns0:Mt_Customer_Balance_Info></b>

I have configured as follows:

<b>mode=FILE2XMBWITHROWCONVERSION

xml.processFieldNames=fromConfiguration

xml.fieldSeparator='0x09'

xml.lastFieldsOptional=NO

xml.endSeparator=nl

xml.fieldNames=CUSC,CRCA,OBAL,DATE_REPORT

xml.structureTitle=RECORDSET

xml.documentName=FILE

xml.documentNamespace=http://aoa.nestle.com/fi</b>

Can you help me regarding this?

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

Check, if you have following parameters:

file.type=TXT

file.encoding=UTF-8

Regards

Stefan

Former Member
0 Kudos

hi anupam,

u may refer this and see if u have done the configuration correctly.

http://help.sap.com/saphelp_nw04/helpdata/en/88/0f453cf1fcc85ee10000000a11402f/frameset.htm

regards,

latika.