run

fun run(outputDict: MutableMap<String, Any>, data: MutableMap<String, List<Any>>, customPatterns: List<CustomPattern>): MutableMap<String, Any>

Processes data based on custom patterns.

Return

MutableMap representing the updated output dictionary.

Parameters

outputDict

MutableMap representing the output dictionary to be updated.

data

MutableMap> representing the data to be processed.

customPatterns

List representing the custom patterns to be matched against.

Throws

if any exception occurs during processing.