collector
fun collector(outputDict: MutableMap<String, Any>, data: MutableMap<String, List<Any>>): MutableMap<String, Any>
Collector function to process and update outputDict based on predefined attribute mapping ATTRIBUTE_MAP and the data in data.
Return
MutableMap representing the updated output dictionary.
Parameters
outputDict
MutableMap representing the output dictionary to be updated.
data
MutableMap