Hi All,
My scenario is Proxy to file, After testing my scenario the flatfile is getting generated without any errors.
I can able to see all the fields in receiver communication channel payload. But some fields are missing in flatfile which is generated after conversion.
This is my structure below
Record
---Header
a
b
e
g
---Trailer
c
d
---Details
e
f
And here is my content conversion below
Header.fieldFixedLengths 2,4,6,7
Header.endSeparator 'nl'
Trailer.fieldFixedLengths 3,5
Trailer.endSeparator 'nl'
Details.fieldFixedLengths 6,7
Details.endSeparator 'nl'
Actually in header there are nearly 34 fields, I can able to see all the 34 fields in reciever CC, But in generated flat file I can able to see only first 30 fields remaing 4 are missing in flat file.
it is like in the above structure In Header there are a,b,e,g fields.I am getting a, b fields e and f are missing in flatfile.
Thanks in advance.
Please suggest me the solution.
Thanks & Regards,
Satish