Sponsored Content
Full Discussion: Columns to rows
Top Forums UNIX for Beginners Questions & Answers Columns to rows Post 303040632 by Roopensingh on Saturday 2nd of November 2019 09:05:15 PM
Old 11-02-2019
Columns to Rows

Hello RudiC Sorry somehow it got missed. This is how the output should look like. the values of 1st,2nd,3rd,4th,5th rows repeats for every line. 1,1,10/12,2019,10,12,2018,xxxy .Thank you in advance and I have to do this logic for several files in the same directory

Code:
1,1,10/12/2019,10/12/2018,xxxy,a,1 
1,1,10/12/2019,10/12/2018,xxxy,b,1 
1,1,10/12/2019,10/12/2018,xxxy,utc,10/12/2019 
1,1,10/12/2019,10/12/2018,xxxy,local,10/12/2018 
1,1,10/12/2019,10/12/2018,xxxy,name,xxxy 
1,1,10/12/2019,10/12/2018,xxxy,deg,feh 
1,1,10/12/2019,10/12/2018,xxxy,10,12 
1,1,10/12/2019,10/12/2018,xxxy,20,8 
1,1,10/12/2019,10/12/2018,xxxy,30,50 
1,1,10/12/2019,10/12/2018,xxxy,32,64 
1,1,10/12/2019,10/12/2018,xxxy,46,65 
1,1,10/12/2019,10/12/2018,xxxy,49,66 
1,1,10/12/2019,10/12/2018,xxxy,50,70 
1,1,10/12/2019,10/12/2018,xxxy,51.2,71 
1,1,10/12/2019,10/12/2018,xxxy,54,73.6

Moderator's Comments:
Mod Comment Please wrap your samples in CODE TAGS as per forum rules.

Last edited by RavinderSingh13; 11-03-2019 at 01:49 AM..
 

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

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

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

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

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

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

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

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

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

10. 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
TRALICS(1)							   User Commands							TRALICS(1)

NAME
tralics - a LaTeX to XML converter SYNOPSIS
tralics [options] source DESCRIPTION
A program for converting LaTeX source into parsable XML files source is the name of the source file, (with or without a extension .tex), and may not start with a hyphen OPTIONS
All options start with a single or double hyphen, they are: -verbose: Prints much more things in the log file -silent: Prints less information on the terminal -input_file FILE: translates file FILE -type FOO: Uses FOO instead of the documentclass value -dir RADIR: indicates where the sources are located -confdir : indicates where the configuration files are located -noxmlerror: no XML element is generated in case of error -interactivemath: reads from the terminal, and prints math formulas on the terminal -config FILE: use FILE instead of default configuration file -noconfig: no configuration file is used -utf8: says that the source is encoded in utf8 instead of latin1 -latin1: overrides -utf8 -utf8output: same as -oe8 -oe8, -oe1, -oe8a -oe1a: specifies output encoding -te8, -te1, -te8a -te1a: terminal and transcript encoding -(no)trivialmath: special math hacking -(no)etex: enable or disable e-TeX extensions -nozerowidthelt: Use &#x200B; rather than <zws/> -nozerowidthspace: no special &#x200B; or <zws/> inserted -noentnames: result contains &#A0; rather than &nbsp; -entnames=true/false: says whether or not you want &nbsp; -noundefmac: alternate XML output for undefined commands -nomathml: this disables mathml mode -nostraightquotes: same as right_quote=B4 -left_quote=2018: sets translation of ` to char U+2018 -right_quote=2019: sets translation of ' to char U+2019 -param foo bar: adds foo="bar" to the configuratin file -usequotes: double quote gives two single quotes -nobibyearerror: no error for wrong years in bib for raweb -nobibyearmodify: no hack for wrong years in bib for raweb -external_prog PGM: uses PGM instead of rahandler.pl for raweb -shell-escape: enable write18{SHELL COMMAND} -tpa_status = title/all: translate all document or title only -distinguish_refer_in_rabib= true/false: special raweb hack -compatibility: keeps compatibility with older versions -default_class=xx: use xx.clt if current class is unknown -(no)math_variant: for <mi mathvariant='script'>X</mi> -check: (obsolete RAweb option) -debug: (raweb option) do not stop on the first error -ps: (raweb) generates PostScript instead of XML -xml -xmlfo -xmltex -xmlhtml -xmllint -xmlall: raweb options SEE ALSO
(See http://www-sop.inria.fr/apics/tralics/raweb.html) Tralics homepage: http://www-sop.inria.fr/apics/tralics This software is governed by the CeCILL license that can be found at http://www.cecill.info. Copyright INRIA/MIAOU/APICS 2002-2008, Jos'e Grimm Licensed under the CeCILL Free Software Licensing Agreement This manual page was written by Ross J. Reedstrom <reedstrm@cnx.org>, starting with help2man output, for the Debian project (but may be used by others). tralics 2.11.6 March 2008 TRALICS(1)
All times are GMT -4. The time now is 01:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy