Search Results

Search: Posts Made By: mayankgupta18
1,202
Posted By mayankgupta18
KEYWORD is word which exists in another file. ...
KEYWORD is word which exists in another file.
Actually I have to replace this word with

1234,adf
214,fdff
455,adff

so far I have tried
sed -e '/KEYWORD/r file1' file2

here file1 is...
1,202
Posted By mayankgupta18
Multiline data from file to another file
Hello

I have a file which contains following data:

abc,1234,adf
abc,214,fdff
abc,455,adff

I need to replace KEYWORD from other with following data :

1234,adf
214,fdff
455,adff
2,328
Posted By mayankgupta18
Hi Da Peach, I tried with the code that you...
Hi Da Peach,
I tried with the code that you have shared.
Still not able to perform what I want to do :(
:confused:

As this code use to replace only 1st record not all the records
2,328
Posted By mayankgupta18
I am still not able to convert the file. Let me...
I am still not able to convert the file.
Let me explain with example:

I am having one table in oracle with data type CLOB, and it contains data like :

See Attached as Table

Now when I am...
2,328
Posted By mayankgupta18
Hello Danmero, please see attached file...
Hello Danmero,

please see attached file dumy.txt .
Ideally it must contain only one line but as all columns are | separated .
but data is coming in multi line

Please help me out

Thanks...
2,328
Posted By mayankgupta18
\n removal between two |
I have a multi-line string I'm trying to do some clean-up on.

Example:
1|575|67866|"fgnhdgj"|"afhgajh
agfajgf
ahfjhgfk
ahfkhf"|568

2|56|5435|"mayank"|"gupta
gdja
agdjagf"|677
...
Showing results 1 to 6 of 6

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