What is the method for indicating a reference to a specific occurrence of an input object in a map
rule?
A.
Use the INDEX function with the occurrence number as the argument.
B.
Call a functional map and use the COUNT function to track the number of occurrences.
C.
Enter the occurrence number in square brackets immediately after the input object name.
D.
Use the MEMBER function with the input object name as the first argument and the occurrence
as the second argument.
Explanation: