ServiceNow Certified Implementation Specialist – Service Mapping — Question 14

Using Pattern Designer, which one of the following Delimited Text Parsing Strategies could be used to parse CO from the string?
Location,Denver,CO

Answer options

Correct answer: A

Explanation

The correct answer is A, as using a comma as a delimiter and specifying position 3 correctly retrieves 'CO' from the string. Option B is incorrect because it uses 'Location' as a delimiter, which does not lead to the desired output. Options C and D also fail to yield 'CO' as they either use the wrong delimiter or position.