cancel
Showing results for 
Search instead for 
Did you mean: 

content conversion in sender file adapter problem

Former Member
0 Kudos

Hello,

I receive a flat file with the following structure:

HEADER;...fields;

ITEM;...fields;

ITEM;...fields...;

HEADER;...fields;

ITEM;...fields...;

...etc.

and I am converting it to xml with the same structure. The Problem by the conversion is that the result looks something like this:

HEADER;...fields;

ITEM;...fields;

ITEM;...fields;

ITEM;...fields;

HEADER;...fields

HEADER;...fields.

So, all the ITEM recordsets are ordered to one HEADER structure and the other HEADER structures have no ITEMs.

Do you have a suggestion how I can get this right?

Thanks!!

Best Regards,

Mircea

Accepted Solutions (0)

Answers (2)

Answers (2)

sunilchandra007
Active Contributor
0 Kudos

Hi,

Can you provide with the details of FCC parameters you have used ??

The problem might be there in the occurance..

Regards,

Chandra

Former Member
0 Kudos

Hi,

It is a mapping problem.can you give your sample source and target with example .

Regards,

Prakasu.M