cancel
Showing results for 
Search instead for 
Did you mean: 

FCC in line feed data.

Former Member
0 Kudos

Hi Friends,

In my scenario we are using FCC on the sender side of file adapter.

The main problem is the file is coming in the form of single line.

Example: HeaderData1Data2Data3ItemData1Data2Data3ItemData1Data2Data3ItemData1Data2Data3FooterData

To over come this I tried with the endSeparator as '0X00'.

But not working.

Can some one suggest with some inputs.

Thanks in advance.

Jeevan.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

If you have fixed length file, follow this:

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

Regards

former_member192295
Active Contributor
0 Kudos

Hi,

Give input file format and field structure so that we can design accordingly. Most of the time use fieldFixedLengths statement to divide columns and meanwhile mention fieldSeparator & endSeparator statement. Your problem will be sortout easily.

Edited by: NALLAM GUNA RANJAN on Feb 4, 2009 10:15 AM

Edited by: NALLAM GUNA RANJAN on Feb 4, 2009 10:16 AM

Former Member
0 Kudos

In this case it should be fixed length file. Ask legacy side who is porvding the file for fixed lengths.

Once you know the fixed lengths then you can easly do your FCC.

Search on sdn for FCC blogs..

Regads,

Sarvesh

Former Member
0 Kudos

Is it fixed length file or delimted file

based on that specify the separator

Rajesh