I have mapping case with array of elements for specific field as the below example.I made relationship between Hotel & amenities but i can't get the values (A,B,C) because it didn't have identifier name.What is the correct value can set it in XXX to do mapping for name
JSON :
"hotel":{
property_amenities":["A","B","C"]
}
Mapping :
[hotelDetailEntityMapping addAttributeMappingsFromDictionary:@{
@"XXX" : @"name",
}];