cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion - File Receiver

arunneerolil
Contributor
0 Kudos

Hi All,

I am facing problems with File Content Conversion in the File Receiver adapter.

Input XML File

===============

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

<ns:mt_Hyp_FICO057 xmlns:ns="http://Astra-Honda.com/Prime/FICO/FICO057">

<userlist>

<user>

<Year>2005</Year>

<Month>Jan</Month>

<Version>0</Version>

<Value>64</Value>

<CostCenter>P13000</CostCenter>

</user>

<user>

<Year>2006</Year>

<Month>FEB</Month>

<Version>0</Version>

<Value>264</Value>

<CostCenter>P13000</CostCenter>

</user>

</userlist>

</ns:mt_Hyp_FICO057>

I have set the Content Conversion parameters in receiver File Adapter as

Recordset Structure = user

user.fieldSeparator = ;

but i am getting the output only as

Output

======

2005;2006

it is not considering other fields.

Can anyone help.

Thanks in Advance

Chemmanz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hey

also specify the end separator

<b>user.endSeparator='nl'</b>

rgerads

jithesh

Shabarish_Nair
Active Contributor
0 Kudos

Try,

Recordset Structure = user

user.fieldSeparator = ;

user.endSeparator = 'nl'