Page 1 of 1

How to avoid NULL Character in File.

Posted: Wed Sep 10, 2008 12:12 am
by laknar
Hi,

We are generating the Files

when we generate the file getting (^@) i.e Null Character(Char(0)).
Due to this we are unable to load the file.

Posted: Wed Sep 10, 2008 12:58 am
by mahadev.v
You need to provide more information. Start by posting the exact error message and also search on that error message. And next time dont forget to ask a question.

Posted: Wed Sep 10, 2008 1:10 am
by laknar
1$244$^@$$$
Where $ is Delimiter.
but ^@ generating extra.
I beleive this is due to Empty STring.

Posted: Wed Sep 10, 2008 1:18 am
by dsusr
Change the value of APT_STRING_PADCHAR variable to '' or Hex value 0x20.

you can do this either at project level or can add this parameter in the job and change its value for the specific job.