I dont care for the number of repetitions, I just want to know if there are repetition of the string within that field called array , then on my tabular dashboard, I want to display it as extra(...) , (rest of the strings) . For instance with the example above, say the array within logs are displayed as array=["string1", "string2", "string1"] , I want to be able to parse it as "Extra(string1), string2" on my dashboard. Array can have repetitive values, or different values across the board, assume we do not know array 's length.
... View more