Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
12-04-2020 10:10 AM
I have a method which takes in a single argument that is an xml string. Is there a way to split these transactions based on a tag in the xml?
12-13-2020 04:49 AM
Hi
Yes you can use something like below depending on where the value is, invoked object, return value or parameter value. Where xmlpart1 and xmlpart 2 are variables and should be replaced with the string pieces which precede the value you are looking for and after, to capture the tag
ToString().Split(string/xmlpart1).[1].Split(string/xmlpart2).[0]
Ciao
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form