Search Results

Search: Posts Made By: suvendu4urs
1,152
Posted By suvendu4urs
Hello, I have attached the input.xls as well...
Hello,

I have attached the input.xls as well as the output.xls.

Input.xls contain the details about the input.
Output.xls contains how the output shall looks like.

The second column in...
1,152
Posted By suvendu4urs
Hello Rudic, My input is in a excel file.Its...
Hello Rudic,

My input is in a excel file.Its not having multiple TAB character as a separator.
Anyways i just executed your script,,,,but it is not printing anything starting with Remark_...
1,152
Posted By suvendu4urs
Remodelling the .csv file using the script
Hello All,
I have a .csv file named as remark.csv
The csv file content looks like below:

Remark_Hello_1 Remark_Hello_2 Remark_Hello_3 Remark_Hello_4
Hello_World_FW_0001 X ...
1,951
Posted By suvendu4urs
What duplicate you want to delete please show...
What duplicate you want to delete
please show how your output shall looks like
1,058
Posted By suvendu4urs
That works... Thanks a lot ---------- Post...
That works...
Thanks a lot

---------- Post updated at 04:00 AM ---------- Previous update was at 03:23 AM ----------

One more question:
How can i print the whole line in this case:
If any...
1,058
Posted By suvendu4urs
Search different string using perl
Hello,

I want to search two strings in a file and print the same in the new file using perl script.
Can anyone suggest me how to do this...
The file looks like below:
...
1,697
Posted By suvendu4urs
Yes Balajesuari.... It works.... What i...
Yes Balajesuari....

It works....

What i observe it search for crash_report_ and generate_check_

How about seraching only for crash_ and generate_

I think the script needs to undergo with...
1,697
Posted By suvendu4urs
Yes Yoda, Your solution works. Its an...
Yes Yoda,

Your solution works.

Its an useful information.
Thanks a lot.
1,697
Posted By suvendu4urs
Hello Yoda, Your solution works. Its great...
Hello Yoda,

Your solution works.
Its great help.

But if my xml file is big,which contains different information with #xA attribute,then the output may be give lot of information apart from...
1,697
Posted By suvendu4urs
Extract data from a file
Hello All,

I have a small xml file which looks like below:

<Check:defaultval Val="crash" value="crash_report_0013&#xA;generate_check_0020 generate_check_0022&#xA;&#xA;This is where the fault...
4,752
Posted By suvendu4urs
Hello Guys..... Anyways whatever i need i have...
Hello Guys.....
Anyways whatever i need i have got it.....

Trying to do something different from pattern extraction.....

The below is my xml code

<UML:TaggedValue tag="documentation"...
4,752
Posted By suvendu4urs
Thanks for your input... Now i have got all...
Thanks for your input...

Now i have got all my required details in different columns.Please find the below outcome:

1st column 2nd column 3rd column 4th...
4,752
Posted By suvendu4urs
Hello Balajesuri, Thing started working out...
Hello Balajesuri,

Thing started working out as required....Just missing with some ideas...find my below approach:

-Extracted the content from xml file using your perl script:

perl -ne 'if...
4,752
Posted By suvendu4urs
Hello Balajesuri, Thanks for your reply...It...
Hello Balajesuri,

Thanks for your reply...It works fine....

Trying to do the same using Spreadsheet::WriteExcel.

HLD_DOORS_XXX needs to be in first column in xls
Corresponding HLD_EA_XXX...
817
Posted By suvendu4urs
Reordering the File
Hello All,

I have a file which looks like below:


HLD_EA_0001X
HLD_DOORS_002X
HLD_EA_0002X
HLD_DOORS_003X
HLD_DOORS_0033
HLD_EA_0003X
HLD_DOORS_004X
HLD_DOORS_0032
HLD_EA_0004X...
4,752
Posted By suvendu4urs
Thanks a lot for your reply..... The script...
Thanks a lot for your reply.....

The script works fine......

<UML:TaggedValue tag="documentation" value="This sequence

HLD_EA_0001X
HLD_DOORS_002X"/>
<UML:TaggedValue...
4,752
Posted By suvendu4urs
I am not an expert of shell scripting But this...
I am not an expert of shell scripting
But this is my approach


sed -n '/<UML:TaggedValue tag="documentation" value="This sequence&#xA;&#xA;"[HLD]/,/<\/Variable>/{
s/.*=\("[^"]*"\).*/\1/
t prnt...
4,752
Posted By suvendu4urs
Extracting content from xml file
Hello All,

Hope you are doing well!!!!!

I have a small code in the below format in xml file:
<UML:ModelElement.taggedValue>
<UML:TaggedValue tag="documentation" value="This...
2,355
Posted By suvendu4urs
No it doesnot work. It seems some problem with...
No it doesnot work.
It seems some problem with the command...
It doesnot print anything in the shell....

Any other suggestion please
2,355
Posted By suvendu4urs
No if i am replacing mM with A-Z but it is not...
No if i am replacing mM with A-Z but it is not working....

I just want to search for:
1)<Variable name="jkasjklasfkljl">
2)If the name starts with capital letter then just extract it......
...
2,355
Posted By suvendu4urs
Thanks for the information its working...... ...
Thanks for the information its working......

Let me know what i shall use if i want to extract all the contents which starts with a capital letter like:
<Variable name="moreAxleInfo">...it shall...
2,355
Posted By suvendu4urs
trying to execute the same but it is throwing...
trying to execute the same but it is throwing this error:
sed -n '/<Variable name="[mM]/,/<\/Variable>/{s/.*=\("[^"]*"\).*/\1/t prntb :prntp}' file

throwing the below error:
sed: -e expression...
2,355
Posted By suvendu4urs
extract a pattern from a xml file
Hello All,

I want to write a shell script for extracting a content from a xml file

the xml file looks like this:
<Variable name="moreAxleInfo">

<type>

<Table>
...
1,191
Posted By suvendu4urs
PHP webserver vs AJAX
Hello All

I want to develop a news ticker using a PHP webserver instead of polling the RSS feed using AJAX.

Let me know if you guys have any idea about this.
1,102
Posted By suvendu4urs
thanks guruprasad.... I want to search all...
thanks guruprasad....

I want to search all the word which ends with "_4digits"
example:
SRD-DR AAP_0010
(words which starts with SRD- and ends with _0010(it can be any 4 digits))
Showing results 1 to 25 of 41

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