cancel
Showing results for 
Search instead for 
Did you mean: 

fILE CONTENT CONVERSION/ VARIABLE SUBSTITUTION

Former Member
0 Kudos

Hi Experts,

I have a reciver file which should have

HEADER

field 1

field 2

DETAIL

field 1

field 2

TRAILER

field 1

field 2

My reciever structure is

HEADER

field 1

field 2

DETAIL

field 1

field 2

TRAILER

field 1

field 2

TEMP

field 1

I am using TEMP field1 only for variable substitution and do not want

it to be written to file. How can i use it in FCC.

Pl. Help

Akhil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

You can supress the field with useing below paramteres in FCC

TEMP.fieldFixedLengths == 0

TEMP.fixedLengthTooShortHandling = Cut

Refer

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Thanks

swarup

Edited by: Swarup Sawant on Jun 18, 2008 7:21 AM

Former Member
0 Kudos

Hi All,

I solved it by my own ..thanks to all valuable help.

Akhil

Answers (3)

Answers (3)

former_member556412
Active Participant
0 Kudos

Hi,

You can supress the field by using the below statementsin th ereceiver communication channel FCC.

TEMP.fieldFixedLengths = 0

TEMP.fixedLengthTooShortHandling = Cut

This will solve your purpose.

Regards,

bhanu.

former_member194786
Active Contributor
0 Kudos

Hi Akhil,

Follow this blog for File Content Conversion:

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

For more help you can just search on sdn in the blogs category for Shabarish's blogs on File Content Conversion.

Regards,

Sanjeev.

former_member537867
Active Contributor
0 Kudos

Hi,

Plz do refer the folowing links:

Sender -

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

Key value:

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter -

TAB delimited

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

NAB the TAB (File Adapter)

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

Receiver FCC no need of Endseparator

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

Regards,

Vinod.