Search Results

Search: Posts Made By: azs0309
9,019
Posted By azs0309
convert this into csv using awk/shell script
Hi Scripting gurus,

I need to convert following text snippet into csv. please help

Input

heading1 = data1
heading2 = data2
..
..
heading n = data n

heading 1 = data1
..
..

...
13,138
Posted By azs0309
thanks a ton radoulov ...I wanted this only
thanks a ton radoulov
...I wanted this only
13,138
Posted By azs0309
yup all the data on the left hand side of the '='...
yup all the data on the left hand side of the '=' sign
in comma separated format.
13,138
Posted By azs0309
Hi radoulov, The whole file is in the format...
Hi radoulov,

The whole file is in the format

head1 = data1
head2 = data2
..
..
..
and so on

and I want the format(all the things after the equal sign)

data1,data2,data3,.... so on
13,138
Posted By azs0309
Hi summer_cherry Thanks for the help but...
Hi summer_cherry

Thanks for the help but the script is not giving me any output.
13,138
Posted By azs0309
hi Demwz, Its not that i want three...
hi Demwz,

Its not that i want three line...the input file would be very big but with the format

heading1 = data1
..
..
..

and i want a csv file

data1,data2,....
13,138
Posted By azs0309
convert files into csv format using perl
Hi all perl gurus,

I need your help to get the desired output in perl.
I have a file which has text in it in the format

Connection request start timestamp = 12/08/2008 00:58:36.956700...
Forum: Solaris 08-04-2008
5,379
Posted By azs0309
sar tool
Hi All,

I have come through this very nice tool which stores the week performance stats in solaris, but its only stores the stats for 8 in the morning to 5 in the evening. i want to extend the...
Showing results 1 to 8 of 8

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