Creation of flatfile schema related query..

Hi,

I have one doubt while creating flat file schema .In my sample file it does not contain any delimiters,still its getting validated if i define any delimiter in flat file definition.For example like comma(,).

Could you please clarify why its still gets validated when sample data does not contain any delimiters at all.

Thanks,
Haseena.

Did you create delimiter or positional based FFSchema?

Can you elaborate on the setup you did?

HTH,
RMg

Hi,

Actually i have tested with both Delimiter and Fixed length based ,its getting validated.We want to know the reason why its still gets validated.
The Schema contains Header and both detail records.

For Delimiter based,settings i have used :Record seperator as newline,
Field seperator as “|”.and Record Identifier as “Starts at position”.
And one more thing here i have used Record Identifier as Nth field and remaining settings are same then in the Result tab iam getting header data in Detail fields and no header fields at all…

FixedLength based ,settings i have used are:
I have specified here length and given newline as record seperator.

Thanks,
Haseena.