Search Results

Search: Posts Made By: thankful123
2,825
Posted By thankful123
Need script for updating spreadsheet in sharepoint
Hi All,

Can any one please help me in writing a script or similiar to that to update excelsheet in sharepoint.

Basically what I am trying to do here is to copy the coloumns from the output of...
1,996
Posted By thankful123
Hey Thanks for the reply I really appriciate. ...
Hey Thanks for the reply I really appriciate.

Also this is working

sed 's/^\([^^B]*\)//g' temp.txt
1,996
Posted By thankful123
Ignore first word using sed in PERL
Please help me in ignoring first word in a line example

Input log

123^Babd^Basdf789^B098^Bouiou

Desired output

abd,asdf789,098,ouiou

123 should be ignored

is this possible using...
8,534
Posted By thankful123
Cut xml value with in a tag
Hi,

How can I cut/copy or assign it to a variable of a value in xml tag.

for example:
below is the xml tag in an xml

<description>Successfully processed the request</description>

now...
2,010
Posted By thankful123
I mean to print complete xml file not just the tag
I mean to print complete xml file not just the tag
2,010
Posted By thankful123
Print xml if value matches
Hello Gurus....

Can any one please let me know how to print entire xml if the vlaue in the xml matches to a variable given. In PERL.

example:

<rpad:systemId>abc</hcdd:systemId>...
3,064
Posted By thankful123
Its printing in a same line, all the file, the...
Its printing in a same line, all the file, the joining is not breaked if found date stamp.

2009-11-10 04:49:16,170 INFO handlers
b;
c;
ddaa;

2009-11-10 04:49:16,170 INFO handlers
aa;...
3,064
Posted By thankful123
Thanks...bartus11, it didnt worked.. please help
Hey bartus11

I tried as below with the code you gave, but it dint worked can you please let me know where am doing a mistake.

#!/usr/bin/perl
use strict;
my $dt=`date +%Y-%m-%d`;
chomp...
3,064
Posted By thankful123
Join Function in PERL
Hi,

Can any one please let me know, how to join the lines in a file, but based one a condition.

There is a file, where few lines start with a date stamp. and few do not.

I wanted to join...
5,687
Posted By thankful123
Thanks..
Thanks for the reply.... But how do I use the same in the script..?

when I use the same its not working.


$readabledate =~ '/(\d{2})(\d{2})(\d{4})/; print $3,$1,$2';


Please help
5,687
Posted By thankful123
Change the date format from mmddyyyy to yyyymmdd
How do I change the date format from mmddyyyy to yyyymmdd in PERL.

Can any one help me please.
1,078
Posted By thankful123
1,423
Posted By thankful123
1,259
Posted By thankful123
Group By functionality for a string in a file
Thanks... looks like there is no responce
Showing results 1 to 14 of 14

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