Hi,
I have flat-file with Header as below :
%!
%%DocumentMedia: star 612 792 0 white
%%+ en 612 792 0 white
%%EndComments
XGF
[(TRAK UNIVER) (TRAK UNIVER US)] SETPROJECT
5000 SETBUFSIZE
(|) SETDBSEP
(US-1-0-0.dbm) STARTDBM
I generated flat file schema with above data. But when I am testing it against above data its giving me error "Error 60 Native Parsing Error: Data at the root level is invalid. Line 1, position 1."
I tried various combination in code-page property, but no luck. Message is not getting validated against generated schema.
I would appreciate your


