Search Results

Search: Posts Made By: kalidoss
1,387
Posted By kalidoss
Hi Vbe, if that DATA will not be coming ,...
Hi Vbe,

if that DATA will not be coming , then how can we define the pattern .

The file name is getting build dynamically.

Can you please let me know that how to handle that scenario.
...
1,387
Posted By kalidoss
Hi Vbe, Thanks for your reply .. sorry...
Hi Vbe,

Thanks for your reply ..

sorry , the file name mentioned in the above is wrong

The following is the format ..can you pls help me to solve the issue

Thanks in advance
...
1,387
Posted By kalidoss
How to list the different files in UNIX?
Hi ,

I have to find the files from a directory . But the file names are different.

for ex.
MONTH_AP_TEST_DATA_<timestamp>.dat
MONTH_PAY_TEST_DATA_<timestamp>.dat...
5,330
Posted By kalidoss
Yes Rudi.They asked to open in local and save as...
Yes Rudi.They asked to open in local and save as *.xls.
But here ,we are picking the file and save as .xls and send it via mail.

how can i open that file and save as .xls in shell script.?
5,330
Posted By kalidoss
Hi corona, Thanks for your reply.I have read...
Hi corona,

Thanks for your reply.I have read in oracle metalink, they have mentioned that open the EXCEL file and save it as *.xls the size will be reduced.

So, I have tried like that.But the...
5,330
Posted By kalidoss
How to convert Excel Files to Xls?
Hi All,

I have created a BI Publisher report in Oracle apps R12.

It has generated the output with *.EXCEL file extension. I have a shell script to mail this output. in my shell script I have...
24,173
Posted By kalidoss
How to use V$tables in UNIX shell script?
Hi All,

In my script I have used the below code to retrieve the instance name

V_INSTANCE_NAME=`sqlplus -s ${APPS_USR_PSWD} <<+
set pagesize 0 linesize 256 feedback off...
2,563
Posted By kalidoss
Hi Corona, 1|PAYER...
Hi Corona,

1|PAYER NAME|248277|248000000|SUPPLIER_01|IBEL||ICBC|||0|900|01|
2|PAYER NAME|248277|248000000|SUPPLIER_01|IBEL||ICBC|||0|100|01|
1|PAYER...
2,563
Posted By kalidoss
Hi Franklin, Actually I have a text file ..I...
Hi Franklin,

Actually I have a text file ..I need to split that file and should mail that splitted files based on some conditions..

Regards,
Kalidoss
2,563
Posted By kalidoss
Hi Franklin, Yes. I have saved the file with...
Hi Franklin,

Yes. I have saved the file with a windows editor.

it is working fine now..

This code reads the file line by line.. I want to split the file..

How can we achieve this ..
...
2,563
Posted By kalidoss
Hi Corona, I have tried your code , i got...
Hi Corona,

I have tried your code , i got the below error...

syntax error at line 6 : `done' unexpected

regards,
Kalidoss
2,563
Posted By kalidoss
Hi Vbe, I have done the below ... split...
Hi Vbe,

I have done the below ...

split -l 2 line_test.txt line_test.txt
set -A TEST_ARRAY line_test.txta*
a=0
for i in ${TEST_ARRAY[@]}
do
echo " TEST_ARRAY[$a] : $i"
mv $i...
2,563
Posted By kalidoss
Split the file and access that files through array and loop
Hi All,

the below is my requirement..

i need to split the file based on line and put that files in a array and need to access that files through loop finally i should send the files through...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 06:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy