cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in File Content Conversion

Former Member
0 Kudos

Hi,

I am implementing a scenario, in which, I am not getting the desired output in file content conversion at channel level...

My problem is, I am trying to create 11 recordset structures, in which 8 are just characters like BGN, DTP, REF, NM1, SP2, INS,HD, PER and rest of three are alpha numeric N1, N3, N4. In this scenario, the above specified characters are my Key Fields. I have selected key filed type as String(case sensitive or Insensitive)

After executing the scenario, I can't see the XML structures N1, N3, N4 at communication channel Message content part Payload. XI is not creating the N1, N3, N4 structures at ALL. Its just Ignoring.

Can any body suggest me, Why XI is not creating that structures? or Where could be the problem in my content conversion?

My configuration is as follows....

BGN , *,DTP, ,N1,,REF,, NM1,, SP2,, INS,,HD,,N3,,N4,, PER,

BGN.fieldFixedLengths, 10,10,20

BGN.fieldNames: A,B,C,D

BGN.keyFieldValue : BGN

;

;

;

;

N1.fieldFixedLengths: 10,30,25

N1.fieldNames :A,B,C,D

N1.keyFieldValue : N1

Note:- Initially, I thought, it wont create for alpha numeric, but Its creating the structure for NM1 and SP2 but not for N1, N3 and N4.

Your inputs are highly appreciated and valued..

Thanks

Sridhar

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

Do you use import XSD schemas?

Are you sure that these nodes are mapped?

Have you test the map, with the test tool in a Message Mapping or Interface Mapping?

Regerds.

Former Member
0 Kudos

Hi all,

Thanks for your reply.

I haven't started IR work still now..

I solved the problem on my own.

Thanks

Sridhar