I have a flat dataset that needs to be shifted into multicardinality for the output but am struggling with what syntax needs to be used within the field mapper to go from the 1 to many.
I need to take my fields such as language, event, urgency, and effective and then map them to be included into "info" - It may take multiple sets of field mappings to get it correct.
I've gotten as far as knowing there needs to be a '.' in the field mapper else it fails. For example trying to push the string 'Weather' as a category which is also a many.

[ Edited: RJ Sunderman 5/1/2024 7:11 pm ] What @SpatialSean wants to do is (practically) impossible. A custom processor is the best approach for this. Refer to my comment below. |
{
"identifier": "123456789",
"status": "Actual",
"msgType": "Alert",
"scope": "Public",
"sent": "2019-05-28T13:49:09+0000",
"info": [
{
"language": "en",
"event": "Test Basic Custom Feed Event",
"urgency": "Immediate",
"severity": "Minor",
"certainty": "Observed",
"description": "This is a sample description",
"headline": "Sample Headline",
"web": "http://www.everbridge.com/",
"effective": "2019-05-28T13:49:08+0000",
"category": [
"Transportation",
"Local Disaster"
],
"area": [
{
"areaDesc": "25 Corporate Drive Burlington, MA",
"polygon": [
"-71.07593,42.50798 -71.20801,42.59766 -71.30529,42.55079 -71.31828,42.52278 -71.07593,42.50798"
]
}
]
}
]
} "language": "null",
"event": "Late March Storm System for Plains and Midwest - Snow 3",
"urgency": "null",
"severity": "null",
"certainty": "null",
"effective": "Sat Mar 23 07:00:00 EDT 2024",
"expires": "Wed Mar 27 19:00:00 EDT 2024",