The card layout below has an Integration Procedure as a data source. The cards use the layout data source. Which JSON data structure below supports this card layout and uses best practices.
A)
"“ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
“AccountPhone": "2221546450",
"AccountName”: "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
B)
"Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?