Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
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
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form