Skip to Content
0
Former Member
May 15, 2008 at 08:29 PM

Doubt regarding Recever file adapter file content conversion (FCC)

17 Views

Hi Expetrts, below is the my target structure.

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

passhe.com/ChangeOfStatusISA26">

<IV_ST_OBJID>65390091</IV_ST_OBJID>

<IV_BEGDA>25082008</IV_BEGDA>

<LT_STUDENT_STATUS>

<item>

<HS_CAMPUS>65</HS_CAMPUS>

<STOBJID>65390091</STOBJID>

<STUDENT12>michal</STUDENT12>

<HS_STATUS>MISC</HS_STATUS>

<item>

<LT_STUDENT_STATUS>

</ns1:MT_StatusChange>

How to configure in File Content Conversion Recever File Adapter for above target structure. i have done as below, but i am getting error. please correct me where i did mistake.

Recordset Structure : IV_ST_OBJID,IV_BEGDA,LT_STUDENT_STATUS,item

IV_ST_OBJID.fieldNames : IV_ST_OBJID -> for this field there is no subfield

IV_ST_OBJID.fieldSeparator: , (comma)

IV_BEGDA.fieldNames : IV_BEGDA -> for this field there is no subfield

IV_BEGDA.fieldSeparator: , (comma)

LT_STUDENT_STATUS.fieldNames : HS_CAMPUS,STOBJID,STUDENT12,HS_STATUS

LT_STUDENT_STATUS.fieldSeparator: 'nl'

item.fieldNames : HS_CAMPUS,STOBJID,STUDENT12,HS_STATUS

item.fieldSeparator: , (comma)

I am getting below error:

'Conversion configuration error: Unknown structure 'ns1:MT_StatusChange' found in document', probably configuration error in file adapter (XML parser error)'

Thanks

Dhanush.