Sponsored Content
Full Discussion: Columns to rows
Top Forums Shell Programming and Scripting Columns to rows Post 302877036 by apenkov on Wednesday 27th of November 2013 05:35:57 PM
Old 11-27-2013
Quote:
Originally Posted by Scrutinizer
I am not sure what you mean. With your input I get:
Code:
$ sed 'N;N;N;N;N;N;s/\n/,/g; s/, /,/g' file
str1,val2,val3,str2,val4,val5,str3,val22,val33 ,str4,val44,val55,str5,val6,val7,str6,val77,val88,str7,val99,val00
str1,som2,som3,str2,som4,som5,str3,som22,som33 ,str4,som44,som55,str5,som6,som7,str6,som77,som88,str7,som99,som00
str1,haha2,haha3,str2,haha4,haha5,str3,haha22,haha33 ,str4,haha44,haha55,str5,haha6,haha7,str6,haha77,haha88,str7,haha99,haha00

What do you get?
Perhaps this works better?
Code:
sed 'N;N;N;N;N;N;s/\n/,/g; s/ *, */,/g' file

I receive on every row 28 strings and the row is ending without comma.
Like that:
Code:
str1,val2,val3,str2,val4,val5,str3,val22,val33,str4,val44,val55,str5,val6,val7,str6,val77,val88,str7,val99,val00,str1,som2,som3,str2,som4,som5,str3
som22,som33,str4,som44,som55,str5,som6,som7,str6,som77,som88,str7,som99,som00,str1,haha2,haha3,str2,haha4,haha5,str3,haha22,haha33,str4,haha44,haha55,str5,haha6....
..............
som22,som33,str4,som44,som55,str5,som6,som7,str6,som77,som88,str7,som99,som00,str1,haha2,haha3,str2,haha4,haha5,str3,haha22,haha33,str4,haha44,haha55,str5,haha6....

Is it possible, because some of the strings are empty, but not the first one. Or some format sh*t? these in red are supposed to be on a new line.
Thanks!
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. Shell Programming and Scripting

Rows into Columns

Input File 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 ... (1 Reply)
Discussion started by: greycells
1 Replies

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
MYSQLI_NUM_ROWS(3)							 1							MYSQLI_NUM_ROWS(3)

mysqli_result::$num_rows - Gets the number of rows in a result

       Object oriented style

SYNOPSIS
int$mysqli_result->num_rows () DESCRIPTION
Procedural style int mysqli_num_rows (mysqli_result $result) Returns the number of rows in the result set. The behaviour of mysqli_num_rows(3) depends on whether buffered or unbuffered result sets are being used. For unbuffered result sets, mysqli_num_rows(3) will not return the correct number of rows until all the rows in the result have been retrieved. PARAMETERS
o $ result -Procedural style only: A result set identifier returned by mysqli_query(3), mysqli_store_result(3) or mysqli_use_result(3). RETURN VALUES
Returns number of rows in the result set. Note If the number of rows is greater than PHP_INT_MAX, the number will be returned as a string. EXAMPLES
Example #1 Object oriented style <?php $mysqli = new mysqli("localhost", "my_user", "my_password", "world"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s ", mysqli_connect_error()); exit(); } if ($result = $mysqli->query("SELECT Code, Name FROM Country ORDER BY Name")) { /* determine number of rows result set */ $row_cnt = $result->num_rows; printf("Result set has %d rows. ", $row_cnt); /* close result set */ $result->close(); } /* close connection */ $mysqli->close(); ?> Example #2 Procedural style <?php $link = mysqli_connect("localhost", "my_user", "my_password", "world"); /* check connection */ if (mysqli_connect_errno()) { printf("Connect failed: %s ", mysqli_connect_error()); exit(); } if ($result = mysqli_query($link, "SELECT Code, Name FROM Country ORDER BY Name")) { /* determine number of rows result set */ $row_cnt = mysqli_num_rows($result); printf("Result set has %d rows. ", $row_cnt); /* close result set */ mysqli_free_result($result); } /* close connection */ mysqli_close($link); ?> The above examples will output: Result set has 239 rows. SEE ALSO
mysqli_affected_rows(3), mysqli_store_result(3), mysqli_use_result(3), mysqli_query(3). PHP Documentation Group MYSQLI_NUM_ROWS(3)
All times are GMT -4. The time now is 05:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy