Page 1 of 1

Complex flat file

Posted: Thu Feb 14, 2013 6:07 am
by lathalr
Hi All,

I am trying to read the data using CFF stage. Input file is in text format with /n as record delimeter and byte order as native-endian and char set as ASCII and data format as binary. I am trying to read this file using CFF stage. My job ran successfully but only zero records loaded into target. I have used the same format in CFF stage in record options tab. But still am facing this problem. Can anyone pls help me on this?

Posted: Thu Feb 14, 2013 3:46 pm
by asorrell
My experience with Complex Flat Files has been that they are used for COBOL data. But I'll see if I can help. We do need a bit more information. Is your data really a binary (raw) data file? What is the source? What kind of processing are you expected to do with the data? Maybe another stage would be better...

Posted: Thu Feb 14, 2013 11:06 pm
by lathalr
Hi Andy,

Thanks for ur help. My problem was resolved. Actually the problem is with my data. Now its working fine. Thanks once again.