Rows into Columns


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Rows into Columns
# 1  
Old 05-07-2011
Rows into Columns using awk

Input File

Code:
 
vCenter Servers: 
  172.28.173.207: 
    vCenter Server connectivity status: Accessible
    ESX servers: 
      Name: nyp-vhst1001-at.hq.nt.life.com
      IP address: 10.34.36.11
      Virtual machines: 
        Name:nyp-bbmds-at
        Ip address: 172.28.173.139
        Protection state: Not protected
        Protected by group:N/A
        Data stores: 
          Name: ADC-VMLUN-CLANRP-06
          Volumes: 
            Name: naa.60060160084f2200102e4b030f2edf11
            Group info:N/A
            Volume details:N/A
        RDM devices: None
        Name: nyp-vfldc01-at
        Ip address: 172.28.175.247
        Protection state: Fully protected
        Protected by group: 0916 to 2450 vmware
        Data stores: 
          Name: ADC-DC-CLAREP-01
          Volumes: 
            Name: naa.60060160017b2500942e4561bc3ee011
            Group info: [0916 to 2450 vmware, ADC R1, RSet 1]
            Volume details:
              512.00GB  DGC  VRAID  CX4-960  ADC-DC-CLANREP-01 (148)  
        RDM devices: None
        Non-VM volumes: 
        Name: naa.50060160bb20135c50060160bb20135c
        Group info:N/A
        Volume details:N/A
 
        Name: naa.60060160017b25004c3797e1733fe011
        Group info: [0916 to 2450 vmware, ADC R1, RSet 4]
        Volume details:
          512.00GB  DGC  VRAID  CX4-960  ADC-DC-CLANREP-02 (153)  
 
        Name: naa.60060160017b25008610e38ae227e011
        Group info: [0916 to 2450 vmware, ADC R1, RSet 2]
        Volume details:
          1.00TB  DGC  VRAID  CX4-960  ADC-P2V-CLANREP-08 (104)


Need two Output files

Virtual machines :

Code:
ESX Server,Guest Host,Protected by Group,Protection Status,Data Store,Volume Size,Group Info
nyp-vhst1001-at.hq.nt.life.com,nyp-bbmds-at,N/A,Not protected,ADC-VMLUN-CLANRP-06,N/A,N/A
nyp-vhst1001-at.hq.nt.life.com,nyp-vfldc01-at,0916 to 2450 vmware,Fully protected,ADC-DC-CLAREP-01,512.00,RSet 1

Non-VM volumes:

Code:
 
ESX Server,Group Name,Group Info,Volume Size
nyp-vhst1001-at.hq.nt.life.com,0916 to 2450 vmware,512.00,RSet 4

For Non-VM , only want the volumes where Group Info is not N/A

Thanks

Last edited by greycells; 05-09-2011 at 12:48 AM..
# 2  
Old 05-09-2011
using AWK arrays maybe ,, i am new to them ... thx
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Columns to rows

HI UNIX Gurus, Not sure if this was already asked and an UNIX Guru has replied but I could not find what i wanted. I have linux environment and need help on this. I have several files like this. a,1 b,1 utc,10/12/2019 local,10/12/2018 name,xxxy deg,feh 10,12 20,8 30,50 32,64 46,65... (5 Replies)
Discussion started by: Roopensingh
5 Replies

2. Shell Programming and Scripting

Rows to columns

Hi, I have a text file with records as below Service Contract: Account Type: Client Number: Group Number: Account Currency: I want to print 2nd,3rd and 5th as a separate column, like -> Account Type: ,Client Number: ,Account Currency: How can I do that? (1 Reply)
Discussion started by: dsid
1 Replies

3. Shell Programming and Scripting

Compare 2 csv files by columns, then extract certain columns of matcing rows

Hi all, I'm pretty much a newbie to UNIX. I would appreciate any help with UNIX coding on comparing two large csv files (greater than 10 GB in size), and output a file with matching columns. I want to compare file1 and file2 by 'id' and 'chain' columns, then extract exact matching rows'... (5 Replies)
Discussion started by: bkane3
5 Replies

4. Shell Programming and Scripting

Evaluate 2 columns, add sum IF two columns match on two rows

Hi all, I know this sounds suspiciously like a homework course; but, it is not. My goal is to take a file, and match my "ID" column to the "Date" column, if those conditions are true, add the total number of minutes worked and place it in this file, while not printing the original rows that I... (6 Replies)
Discussion started by: mtucker6784
6 Replies

5. Shell Programming and Scripting

Deleting all the fields(columns) from a .csv file if all rows in that columns are blanks

Hi Friends, I have come across some files where some of the columns don not have data. Key, Data1,Data2,Data3,Data4,Data5 A,5,6,,10,, A,3,4,,3,, B,1,,4,5,, B,2,,3,4,, If we see the above data on Data5 column do not have any row got filled. So remove only that column(Here Data5) and... (4 Replies)
Discussion started by: ks_reddy
4 Replies

6. Shell Programming and Scripting

Rows to Columns

Hi Guru's, I have a requirement where i need to convert rows to column based on a key column. Input: Account_id|Trip_Org|Trip_Dest|City|Hotel_Nm 123|DFW|CHI|Dallas|Hyatt 123|LAS|LPA|Vegas|Hyatt Palace Output:... (6 Replies)
Discussion started by: rakesh5300
6 Replies

7. Shell Programming and Scripting

rows to columns

Hi Friends, I have a input file as below. how to convert rows to columns? Friday:recharge 3861140 Monday:recharge 4036228 Saturday:recharge 3996376 Sunday:recharge 3777749 Thursday:recharge 3858537 Tuesday:recharge 4047045 Wednesday:recharge 3954798 desinred output Sunday ... (3 Replies)
Discussion started by: suresh3566
3 Replies

8. Shell Programming and Scripting

Rows into columns?

I have a file thats space delimited that looks something like this: Joe Smith jsmith 43234 bill1;bill2;read;read2;schedule Andy Summers asummers 11232 bill1;read Beth McConnel bmconnel 43443 read;read2;schedule;bill Susan Fowler sfowler 09332 bill1;read;schedule I need to... (8 Replies)
Discussion started by: regexnub
8 Replies

9. Shell Programming and Scripting

Columns into rows

Hi, Let me know how to achieve the below requirment Input: ======== BEGIN DSSUBRECORD Name "DOC_NO_2" SqlType "-5" Precision "0" Scale "0" Nullable "0" END DSSUBRECORD BEGIN DSSUBRECORD Name "FROM_LOC" ... (1 Reply)
Discussion started by: Ramya_1104
1 Replies

10. Shell Programming and Scripting

# of rows and columns

Hi, Does anyone know the command to know the # of rows and columns for a file? thanks (3 Replies)
Discussion started by: kylle345
3 Replies
Login or Register to Ask a Question