Viewing 11 posts - 1 through 11 (of 11 total)
Hi all,
I got the solution myself.. closing this topic Thanks a lot.
April 19, 2020 at 1:06 pm
Thanks a lot to both Luis and Dwain.
I am able to get the expected output.
Regards,
Kumar.
September 19, 2013 at 11:07 pm
Hi chris,
Thanks for sharing the function.
I got below output from your code: ( two numbers in a single column)
20.16
50.41
30.25
325
Expected output: ( two numbers in a two separate...
September 19, 2013 at 7:00 am
Thanks a lot Chris !!!
Regards,
Kumar
July 29, 2013 at 10:49 am
Hi Chris,
Thanks for your response.
It is the case that based on pattern matching, we have to retrieve the index number.
If pattern matching fails,then identify the error record for...
July 29, 2013 at 8:45 am
Thanks Eugene Elutin for your help.
Its working!!!!!!!!!!!!!!!!
Kumar.
September 21, 2012 at 11:08 am
Hi,
I have updated my problem statement as per given guidelines. Hope it is fine now.
Thanks
September 21, 2012 at 6:21 am
Hi,
I am expecting a generic solution so that even if the attributes change,it should work
September 21, 2012 at 5:24 am
Hi Cadavre,
Thanks for providing the solution.
observed case :
Input : A1(1).B22(10).C345(100)
received output from your code : A1(1).B2(10).C3(100)
Desired output : A1(n).B22(n).C345(n)
output is giving only one integer from each substring...
August 22, 2012 at 7:32 am
Hi Cadavre,
Thanks for your great help.
I observed that for this input :
@STR = 'A1(1).B2(2)'
output from your code : Ann).Bnn)
Desired output : A1(n).B2(n)
String manipulation shoud effect only the...
August 22, 2012 at 7:10 am
Hi Lowel,
Thanks for immediate response.
Still same output from your code:
A(n).BC(nn).DEF(nnn)
Expected output : A(n).BC(n).DEF(n)
( whatever the number enclosed in brackets should be replaced with single 'n')
Thanks,
santosh kumar
August 22, 2012 at 6:14 am
Viewing 11 posts - 1 through 11 (of 11 total)