TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10page2csv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cli:tmss10page2csv [2018/05/24 01:20] – [Files] Scott Cunliffecli:tmss10page2csv [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 28: Line 28:
 **stdin:** Program input. **stdin:** Program input.
  
 +===== Example =====
  
 +==== Command Line Syntax ====
  
 +Define TMSSCHOMP to remove the first 32 bytes from extracted string \\
 +Set first argument (*=*") to define page break, any string starting with character = \\
 +Extraction filter ("Media Status:*") for field 1 \\
 +Extraction filter ("Data Expiration:*") for field 2 \\
 +Direct input file media.txt to stdin \\
  
 +<code>
 +set TMSS10CHOMP=32
 +TMSS10Page2CSV "===*" "Barcode:*" "Volume Pool:*" "Vault Name:*" "Robot Number:*" "Media Status:*" "Last Written:*" "Last Read:*" "Data Expiration:*" < media.txt > media.csv
 +</code>
 +
 +
 +===== Sample Input File =====
 +
 +Media.txt 
 +
 +<code>
 +Media GUID:                     afds5a1b-fb65-4bfb-4f38-07f7ds418074
 +Media ID:                       101001                              
 +Media Type:                     HCART                               
 +Volume Group:                   Off_Site                            
 +Description:                    Scratch                             
 +Barcode:                        101001L5                            
 +Created:                        06/24/2018 16:11                    
 +Last Mount:                     05/09/2020 15:23                    
 +Volume Expiration:              -                                   
 +Data Expiration:                -                                   
 +Last Written:                   06/01/2021 14:44                    
 +Last Read:                      -                                   
 +Robot Type:                     NONE                                
 +Robot Control Host:                                               
 +Robot Number:                                                     
 +Number of Mounts:               116                                 
 +Media Status:                   ACTIVE                              
 +Retention Period:                                                 
 +Last Header Offset:                                               
 +Origin Host:                    NONE                                
 +Master Host:                    sac100.gazillabyte.com  
 +Pool Number:                    4                                   
 +Volume Pool:                    Scratch                             
 +Previous Pool Name:             GazillaByte-1                   
 +Vault Name:                     GazillaByte_Vault_Eject              
 +Date Vaulted:                   06/04/2021 18:05                    
 +Return Date:                    06/04/2021 18:05                    
 +====================================================================
 +Media GUID:                     afds5a1b-fb65-4bfb-4f38-07f7ds418074
 +Media ID:                       101002                              
 +Media Type:                     HCART                               
 +Volume Group:                   Off_Site                            
 +Description:                    Scratch                             
 +Barcode:                        101002L5                            
 +Created:                        06/24/2018 16:11                    
 +Last Mount:                     05/09/2020 15:23                    
 +Volume Expiration:              -                                   
 +Data Expiration:                -                                   
 +Last Written:                   06/01/2021 14:44                    
 +Last Read:                      -                                   
 +Robot Type:                     NONE                                
 +Robot Control Host:                                               
 +Robot Number:                                                     
 +Number of Mounts:               116                                 
 +Media Status:                   ACTIVE                              
 +Retention Period:                                                 
 +Last Header Offset:                                               
 +Origin Host:                    NONE                                
 +Master Host:                    sac100.gazillabyte.com  
 +Pool Number:                    4                                   
 +Volume Pool:                    Scratch                             
 +Previous Pool Name:             GazillaByte-1                   
 +Vault Name:                     GazillaByte_Vault_Eject              
 +Date Vaulted:                   06/04/2021 18:05                    
 +Return Date:                    06/04/2021 18:05                    
 +====================================================================
 +
 +</code>
 +
 +==== Sample Output File ====
 +media.csv
 +
 +<code>
 +101001L5,Scratch,GazillaByte_Vault_Eject,-,ACTIVE,06/01/2021 14:44,-,-,
 +101002L5,Scratch,GazillaByte_Vault_Eject,-,ACTIVE,06/01/2021 14:44,-,-,
 +</code>
 +--> Changelog
 +
 +[filterrss http://www.tapetrack.com/cgi/changelog.cgi?module=TMSS10Page2CSV]
 +<--
 +<- ^ cli:introduction|Command Line Utilities^ ->
cli/tmss10page2csv.1527124800.txt.gz · Last modified: 2025/01/21 22:07 (external edit)