ServiceNow Certified Implementation Specialist – Service Mapping — Question 26

When using a Delimited Text Parsing Strategy, what delimiter and position will parse 2014 from the string?
2014/02/07-17:49:36

Answer options

Correct answer: C

Explanation

The correct answer is C because using the delimiter '/' and position 1 will isolate the year '2014' from the string. Option A is incorrect as a space is not present in the string, B incorrectly starts indexing before the first delimiter, and D does not follow the format of using a standard delimiter.