Search Results

Search: Posts Made By: Harshal22
7,709
Posted By Harshal22
thanks
thanks
7,709
Posted By Harshal22
Thanks , I understood your logic but not code. ...
Thanks , I understood your logic but not code.

I mean in first sentence we are using fileB only
and in second sentence fileB and fileA both.
How code decides it
7,709
Posted By Harshal22
It is working, could you please explain me in...
It is working, could you please explain me in layman terms how this code woks
7,709
Posted By Harshal22
Hi Now requirement has changed. Now I dont need...
Hi Now requirement has changed. Now I dont need to merge two columns of different files but I have merged output in single file. still some word processing remaining

file A:
1|fkgk
2|sfkgn...
7,709
Posted By Harshal22
Both solutions are working , but no of columns...
Both solutions are working , but no of columns are varies for each record, so can you generalize this solution for n no of column
7,709
Posted By Harshal22
I want alternate columns of fileA and fileB like ...
I want alternate columns of fileA and fileB like
col1of A -> col1ofB |col2ofA -> col2ofB
7,709
Posted By Harshal22
This is adding columns of file B after columns of...
This is adding columns of file B after columns of fileA.
I need one column of fileA and then fileB
3,316
Posted By Harshal22
I have used column separator as '|' in oracle...
I have used column separator as '|' in oracle query and then I have removed that with replacing it by tab but $ remains there .

so output after replacing "|" is
aa bb cc$
dd ee ff gg$
hh...
7,709
Posted By Harshal22
Merge two files line by line and column by column
Hi All,

I have two files having oracle query result. I want to merge to files line by line and also with column

File1
23577|SYNC TYPE
23578|Order Number|ConnectionState...
3,316
Posted By Harshal22
I will let you know tomorrow
I will let you know tomorrow
3,316
Posted By Harshal22
I have to keep last $ as it is. It is expected...
I have to keep last $ as it is. It is expected eol character.
3,316
Posted By Harshal22
suppose db record is like ...
suppose db record is like
aa|bb|cc|dd|ee|ff|gg|hh|ii|jj|kk

but my output has $ in between where I have given large format space for column.
aa|bb|cc|$
dd|ee|ff|gg|$
hh|ii|jj|kk|$
$

I hope...
3,316
Posted By Harshal22
Removing unnecessary eol ($) character from Oracle sql query output
Hi All,

I am fetching oracle query result in shell variable. As columns numbers are more the output wraps in unix terminal .i.e one complete record in db gets store in multiple lines. with each...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 01:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy