cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to turn a String Session Property to Long Property?

waikeat_chan
DynaMight Pro
DynaMight Pro

The session property I able to capture from the CSS element is "MYRxxxx or USD xxxx". Due to the word MYR or USD, it can't be long but has to be string.

Now, after capturing this, how can I configure Dynatrace to remove the name of the currency and make them to be long after that?

Best Regards,

Wai Keat


4 REPLIES 4

skrystosik
DynaMight Guru
DynaMight Guru

There is no option to make such switch. You have to delete field and create it new for example with new key name but for the same css property.

Sebastian


Regards, Sebastian

simon_scheurer
Inactive

@Wai Keat C. to extract a long you first need to apply a cleanup rule. The cleanup rule allows you to extract the actual number from the string "MYRxxxx" or "USD xxxx". The extracted value can then be converted into a long. See the attached screenshot as an example.

example-extraction.png

Please note, that you cannot apply this to values that have already been captured. But at least you can add a new rule that properly extracts the value as a long. I suggest to create a new property and remove the old one to not mix values.

You can also extract a value currency to just have "MYD" and "USD" and another rule that just contains the total.


Hi Simon,

Although the regex during testing seems to work, but actually after we apply it, it won't work.


I've open a support ticket and this is the reply I get:


Please note that
doubles:

  • we don't support thousands separators
  • we only support '.' and ',' as decimal separators
  • we don't support other characters (no e/E, f/F, d/D)
    => only one char may be '.' or ',' (two separators are not allowed!), all other characters must be digits!

longs:
all characters must be digits, no other characters are supported!

Please verify it for the captured, or if string works, may stay with it. Please let me know what do you think.


waikeat_chan
DynaMight Pro
DynaMight Pro

Thanks guys, for the swift input.
Let me try it our later.


Featured Posts