cancel
Showing results for 
Search instead for 
Did you mean: 

FCC for file 2 idoc scenario

Former Member
0 Kudos

Hi.. my file structure is as follows..

Header ( occurs only once in the file )

NOS1 ( 1...unbounded)

NOS2 ( 0...unbounded)

NOS3 ( 0...unbounded)

Trailer ( occurs only once in the file )

Now i want to ignore the header and trailer records in my file...

Header i can ignore by using a document offset of 1...

But how do I ignore the trailer record?

Also how would my FCC setting be?

Thanks..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

>>Header i can ignore by using a document offset of 1...

But how do I ignore the trailer record?

This is not possible in standard.

However, you can convert the trailer record also as usual and skip the trailer record in mapping.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi unni

you can use the "exists" node function to ignore the trailer if it is not present

regards

krishna