cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion

Former Member
0 Kudos

Hi All...

I am facing a Problem with File Content Conversion in sender File Adapter .

In my scenario file contains 3 rows (nodes ) of Data but actually the structure of the source is with 4 nodes ,if i do the File Content conversion for 4 nodes i am getting an error

stating 3 rd row is missing...

Hear i have mentioned Keyfiled value for Each row ...for Each row like ROU,HDR,KLP,CTR

In the File KLP row is missing ...how can i handel that .. ?

thanks in Advance

shakif

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can also set the parameter in file content conversion

NameA.missingLastfields -> ignore,

<b>Cheers,

*RAJ*</b>

Shabarish_Nair
Active Contributor
0 Kudos

in the recordset give the record with the file KLP as *

for example,

RecordROU,1,RecordHDR,1,RecordKLP,*,RecordCTR,1

Former Member
0 Kudos

if ur file will have only those 3 key field values Y do u add the 4th key field (i mean the extra row) in the FCC. if u skip that in content conversion what happens?

in teh source structure for this extra node change the occurance to 0...