Oracle Data Integrator 12c Essentials — Question 3
For the email campaign you are designing in EMD, the first line of the HTML creative must include the first name of the subscriber. The first name attribute is
FNAME and is located in the profile list that is called CONTACTS.
Which option displays the correct RPL syntax?
Answer options
- A. $CONTACTS.FNAME
- B. #FNAME. CONTACTS
- C. $ {CONTACTS.FNAME}
- D. FNAME ($CONTACTS)
Correct answer: A
Explanation
The correct answer is A because it accurately reflects the required RPL syntax for accessing the FNAME attribute within the CONTACTS profile list. Options B and D do not follow the correct syntax format for RPL, while option C has an unnecessary space and incorrect formatting.