Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Convert Rows to Columns Specific Data Post 302445299 by krabu on Sunday 15th of August 2010 06:06:18 AM
Old 08-15-2010
Convert Rows to Columns Specific Data

I have this data
Code:
M36 AREA INFORMATION 
       MDN     = 0485009346       
       ESN     = H'15fda0b0
       TYPE    = HLR 
       RESULT  = NOK
       REASON  = UNRECOGNIZED MIN  
     COMPLETED
AREA INFORMATION 
       MDN     = 0498044402       
       ESN     = H'15fdac11
       TYPE    = HLR 
       RESULT  = OK
     COMPLETED

     LAHORE 2010-08-14 18:13:40 SAT ON PORT 12
     M3610 REGISTER MOBILE SUBSCRIBER LOCATION AREA INFORMATION 
       MDN     = 0566307407       
       ESN     = H'05211351
       TYPE    = HLR 
       RESULT  = OK
    
AREA INFORMATION 
       MDN     = 0457211134       
       ESN     = H'332594c0
       TYPE    = HLR 
       RESULT  = NOK
       REASON  = WRONG

I want the output like
Code:
0485009346    H'15fda0b0   NOK   UNRECOGNIZED MIN
0566307407    H'05211351   OK          - 
0498044402    H'15fdac11   OK              etc.

Please Help

Last edited by Franklin52; 08-15-2010 at 07:31 AM.. Reason: Please use code tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to convert columns to rows

Hi, I need a shell script for below requirement Input file P1 - 173310 P2 - 173476 P3 - 173230 P4 - 172737 P1 - 173546 P2 - 173765 P3 - 173876 P4 - 172989 Out put file P1 173310 173546 P2 173476 173765 P3 173230 173876 P4 172737 172989 Suresh (6 Replies)
Discussion started by: suresh3566
6 Replies

2. Shell Programming and Scripting

convert rows into columns

Hi guys Could anyone advise me how to convert my rows into columns from a file My file would be similar to this: A11 A12 A13 A14 A15 ... A1n A21 A22 A23 A31 A41 A51 ... Am1 Am2 Am3 Am4 Am5 ... Amn The number of rows is not the same to the number of columns Thanks in advance (2 Replies)
Discussion started by: loperam
2 Replies

3. Shell Programming and Scripting

convert columns into rows

hi, Apologies if this has been covered. I have requirement where i have to convert a single column into multiple column. My data will be like this - 2 3 4 5 6 Output required - 2 3 4 5 6 (1 Reply)
Discussion started by: Nishithinfy
1 Replies

4. UNIX for Dummies Questions & Answers

Suggestion to convert data in rows to data in columns

Hello everyone! I have a huge dataset looking like this: nameX nameX 0 1 2 2 2 2 2 2 2 2 2 2 2 2 1 2 2 2 1 2 2 2 ............... nameY nameY 2 2 2 2 2 2 2 2 2 2 1 2 2 2 1 2 2 2 ..... nameB nameB 0 1 2 2 2 2 2 2 2 2 1 2 2 2 1 2 2 2 ..... (can be several thousands of codes) and I need... (8 Replies)
Discussion started by: kush
8 Replies

5. Shell Programming and Scripting

convert rows to columns

hi, i have the file as below: abc def ghi jkl i want the output as abc,def,ghi,jki please reply, Thanks (4 Replies)
Discussion started by: namitai
4 Replies

6. Shell Programming and Scripting

Convert few columns to rows

Hi! Does anybody help me in converting following data: INPUT looks like this: 20. 100. 30 200. 40. 400. 50. 100. 60. 200. 70. 400. 80. 200. 150. 210. 30. 100. OUTPUT should look like this: 20. 100. 30 200. 40. 400. 50. 100. 60. 200. 70.... (5 Replies)
Discussion started by: lovelinux
5 Replies

7. Shell Programming and Scripting

Convert Rows to Columns

Hi Everyone, Could someone shed some lights on how to convert the records in rows form into column basis. 172.29.59.12 IBM,8255-E8B 102691P 8 65536 MB 6100-04-11-1140 172.29.59.15 IBM,8255-E8B 102698P 4 45056 MB 6100-04-11-1140 IP SYS MODEL ... (6 Replies)
Discussion started by: ckwan
6 Replies

8. Shell Programming and Scripting

Convert rows to columns

I am looking to print the data in columns and after every 3 words it should be a new row. cat example.out | awk 'END { for (i = 0; ++i < m;) print _;print _ }{ _ = _ x ? _ OFS $1 : $1}' m=1| grep -i INNER I am looking to print in a new line after every 3 words. ... (2 Replies)
Discussion started by: lazydev
2 Replies

9. Shell Programming and Scripting

Convert rows to columns

hi folks, I have a sample data like what is shown below: 1,ID=1000 1,Org=CedarparkHospital 1,cn=john 1,sn=doe 1,uid=User001 2,uid=User002 2,ID=2000 2,cn=steve 2,sn=jobs 2,Org=Providence I would like to convert it into the below format: 1,1000,CedarparkHospital,john,doe,User001... (11 Replies)
Discussion started by: vskr72
11 Replies

10. Shell Programming and Scripting

Extracting data from specific rows and columns from multiple csv files

I have a series of csv files in the following format eg file1 Experiment Name,XYZ_07/28/15, Specimen Name,Specimen_001, Tube Name, Control, Record Date,7/28/2015 14:50, $OP,XYZYZ, GUID,abc, Population,#Events,%Parent All Events,10500, P1,10071,95.9 Early Apoptosis,1113,11.1 Late... (6 Replies)
Discussion started by: pawannoel
6 Replies
DCKEY(1)					       DICOM PS3 - Extract attribute values						  DCKEY(1)

NAME
dckey - ACR/NEMA DICOM PS3 ... Extract attribute values SYNOPSIS
dckey [ -ignorereaderrors ] [ -v|verbose ] [ -filename ] [ -describe ] [ -brief ] [ -d|decimal ] [ -key|k elementname|(0xgggg,0xeeee) ] ... DESCRIPTION
dckey reads the named dicom input file and displays the values of the selected attributes. Binary attributes are written in hexadecimal with a preceding "0x" and numeric string attributes are written in decimal as they are encoded, unless the -decimal option is specified. OPTIONS
The attribute values, description and verbose output go to standard error. The basic input switches are described in dcintro(1). Options specific to this program are: -describe Display the tag, name, value representation and value length of the attribute. -brief Display the keyword of the attribute, and equals sign, and then the value, for use in scripts that automatically extract multiple values in the same dckey invocation. Implies -noerror. -ignorereaderrors Attempt to extract key values even if errors encountered whilst parsing DICOM file. -noerror Do not report an error if the requested attribute was not found, just an empty value or line. Implied by -brief. -d|decimal Display the first (or only) value of a numeric attribute as a decimal value. -k|key elementname|(0xgggg,0xeeee) Add a key to the list of attributes to be extracted. The attribute may also be specified as a hexadecimal pair of the form (0xgggg,0xeeee), which also allows private attributes to be fetched. -filename Show the name of the file supplied in the arguments; a hyphen will be reported if no filename was supplied. ENVIRONMENT
EXAMPLES
% dckey -key Rows -key Columns -key ImageLocation -describe test.dc3 (0x0028,0x0010) US Rows VR=<US> VL=<0x0002> [0x0100] (0x0028,0x0011) US Columns VR=<US> VL=<0x0002> [0x0100] Error - Not found - (0x0028,0x0200) US Image Location % dckey -k Rows -k ImagePositionPatient -k StudyDate -k StudyTime -k SOPClassUID test.dc3 1.2.840.10008.5.1.4.1.1.2 1996.04.17 19:38:00 45.000000-120.000000120.000000 0x0200 % dckey -d -k Rows test.dc3 512 % dckey -brief -k Rows -k Columns test.dc3 Rows=0x200 Columns=0x200 FILES
SEE ALSO
dcintro(1),dctable(1) AUTHOR
Copyright (C) 1993-2010. David A. Clunie DBA PixelMed Publishing. All rights reserved. BUGS
Attempts to extract sequences or OB,OW attributes may fail nastily. The order in which the attributes are extracted and written is not the same order as they are specified on the command line, and should not be depended on. The -describe and other options cannot be used at the same time. The -decimal option uses a double conversion before displaying the value and there may be sign extension and precision issues with some values. The reading of the attributes from the DICOM file will not proceed past the top level Pixel Data attribute, in order to accelerate the speed of reading. DICOM PS3 19 November 2008 DCKEY(1)
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy