Skip to Content
0
Former Member
Jan 04, 2012 at 02:30 PM

Content Conversion in Receiver File Adapter

265 Views

Hi Folks,

I am trying to carry out a file content conversion on a Receiver file Adapter. I have two fields which I want populated with blank spaces. One of these fields occurs at the end of the header record, the other field occurs at the end of the footer record.

Here is what I have configured so far in my content conversion:

HEADER_RECORD.fieldFixedLengths 2,4,6,5,5,5,5,5,5,5,5,5,5,198

HEADER_RECORD.fieldContentFormatting nothing

DETAIL_RECORD.fieldFixedLengths 2,2,2,9,6,4,11,32,32,32,32,32,32,32

FOOTER_RECORD.fieldContentFormatting nothing

FOOTER_RECORD.fieldFixedLengths 2,5,253

The header record field I want populated with blank spaces has a length of 198. The Footer record I want populated with blank spaces has a length of 253. I have tried to map a constant of spaces in the message mapping. This doesn't work, I'm still not getting any values in these fields.

Any help would be appreciated,

Thanks

Eoin