Writing a forEach
Hello, I have a use case where I am getting my input in tab delimited form, which after doing a groupBy N I am converting to an array so that I can make some comparison operation. I need to extract the records from this array group for below mentione...