Search Results

Search: Posts Made By: naveen.kuppili
12,213
Posted By naveen.kuppili
Thanks Aia. Also, if we have two or more sets of...
Thanks Aia. Also, if we have two or more sets of data instead of one as mentioned below


{
"branchId" : "BNSFGDJNSJG-73264HB-132131BNHJFSDG",
"branchName" : "NEWYORK-SSDF",
...
12,213
Posted By naveen.kuppili
Thanks junior-helper. It works :)
Thanks junior-helper. It works :)
12,213
Posted By naveen.kuppili
Works like a treat, thanks Aia :) but why is the...
Works like a treat, thanks Aia :) but why is the "middleName" field is missed ? is that because it doesn't contain any value.
12,213
Posted By naveen.kuppili
Converting unstructured data to structured data
Hi,

Can someone help in converting the below unstructured data to a CSV format please.

{
"branchId" : "BNSFGDJNSJG-73264HB-132131BNHJFSDG",
"branchName" : "NEWYORK-SSDF",
...
5,152
Posted By naveen.kuppili
Thanks its working.
Thanks its working.
5,152
Posted By naveen.kuppili
Thanks :D ---------- Post updated at 10:07...
Thanks :D

---------- Post updated at 10:07 PM ---------- Previous update was at 10:04 PM ----------



Hi i have tried the above code and its working,but giving the below output..
...
5,152
Posted By naveen.kuppili
---------- Post updated at 10:01 PM ----------...
---------- Post updated at 10:01 PM ---------- Previous update was at 10:00 PM ----------

[/COLOR]

Unfortunately, the link isn't working :(
5,152
Posted By naveen.kuppili
I have searched but didn't able to find how to...
I have searched but didn't able to find how to create the report layout.
5,152
Posted By naveen.kuppili
Creating a report from csv file.
Hi Gurus,

I need your help in transforming the CSV file into some what a report format.

My source file looks like below
Date,ProdID,TimeID,LevelID
2010-08-31,200,M,1
2010-08-31,201,Q,2...
Forum: AIX 06-22-2009
11,337
Posted By naveen.kuppili
unzip problem in AIX
Hi,

I received a ZIP file Data.ZIP with the size 99941454.When i am trying to extract using unzip it is throwing an error :(

trg@pd705:/usr/Files/ET> unzip -j DATA.ZIP
Archive: DATA.ZIP...
2,215
Posted By naveen.kuppili
It is not giving me the output.:( -----Post...
It is not giving me the output.:(

-----Post Update-----



Sorry :) i changed just a line and its working. Thanks :D
2,215
Posted By naveen.kuppili
Dont know how to do it :(
Dont know how to do it :(
2,215
Posted By naveen.kuppili
Execute the Output Lines.
Hi, My Script looks like this

#! /bin/ksh
cd /usr/SrcFiles/ADD;
while read line
do
d=`echo $line|cut -d'.' -f1`
echo $d".XML" >> XML_File_List.txt
out=`echo "gunzip -c -S .ZIP $d.ZIP >...
2,047
Posted By naveen.kuppili
#! /bin/ksh i="1" while read line do ...
#! /bin/ksh
i="1"
while read line
do
x=`awk -v num="$i" '{if(NR==num) print($2);}' mvm.txt`
y=`awk -v num="$i" '{if(NR==num) print($3);}' mvm.txt`
case $x in +([0-9])*(.)*([0-9]) )
...
2,047
Posted By naveen.kuppili
Create file with column values
Hi,

I have a data file looks like the following

ID STARTDATE ENDDATE
101 20090520 20090521
102 20090521 20090522
103 20090522 20090523
104 ...
7,905
Posted By naveen.kuppili
Thanks :D
Thanks :D
7,905
Posted By naveen.kuppili
Yes.It gets a value as per the script.
Yes.It gets a value as per the script.
7,905
Posted By naveen.kuppili
Still its not getting executed :confused:
Still its not getting executed :confused:
7,905
Posted By naveen.kuppili
Yes,i added it after #! /bin/sh is it ok.
Yes,i added it after
#! /bin/sh
is it ok.
7,905
Posted By naveen.kuppili
Crontab problem in AIX
Hi my script is as below.

#! /bin/sh
get=`ls -l *.ZIP | egrep -c '^-'`
put=`cat Get_File_Count.txt|grep '[0-9]'`
if [ $get -gt $put ]
then
echo $get > Get_File_Count.txt
echo "Hi,\n\nYou've...
Showing results 1 to 20 of 20

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