Special characters in flat File Schema Header

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

September 6th, 2011 8:36pm

Looking at the 612 792 , is this a pdf? Can you check with the source of the flat file as to what encoding is used when they are generating the file.
Free Windows Admin Tool Kit Click here and download it now
September 7th, 2011 11:19am

Just happened to stumble on this but just an FYI, the header info is used in processing VIPP (Xerox VDP) code.

%! (I am postscript)

 

%%DocumentMedia:  star 612 792 0 white

%%+               en 612 792 0 white

%%EndComments

XGF (Start Distiller look in Folder xgf for startup PS file and resources)

[(TRAK UNIVER) (TRAK UNIVER US)] SETPROJECT (sets the project root folder)

5000 SETBUFSIZE (Input data buffer size)

(|) SETDBSEP (Sets the Flat file(s)Delimiter)

(US-1-0-0.dbm) STARTDBM (execute the DBM file {aka merge data with rules set by the dbm])

Anyway, Just thought I would follow up.

T

September 4th, 2015 10:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics