I have files coming to the server which are as follows
<<TYPE>>_<<DATE_SENT>>_01-<<DATE_DOWNLOADED>>.txt.gpg
so for example i get two files
TRANSPORT_20071020_01-20071023.txt.gpg and
CALCULATE_20071020_01-20071023.txt.gpg
based on the type i want to move those files to different locations...
I've a nvarchar2 datatype for the column and when i extract the data using PERL, the file gets created. But, when i open the file using vi editor i get something like ^@A^@L^@P^@H^@A for the value ALPHA.
When i do more file_name, then i cannot see any columns after the nvarchar datatype column...
I have the following part of code in perl
and i am trying to figure out what is wrong and why it fails.
I am running the following command
/usr/loc/bin/shift -v --md5 --record=shift --append-date --no-open=w ~account/ ~/account>> ~/account/shift.log 2>&1...
I have a variable A = 0000001111111
how can i remove the preceding zeros from the variable A and assign it to variable B
so I should have variable B = 1111111
Thankyou
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.