Solved
Forum Discussion
koryknick
3 years agoEmployee
If you can guarantee that these same 8 fields are always present, you could do a Group By N of 8, then process the array into an object. If missing values would remove the line, it becomes a bit more complex and may require a Script snap to handle the contextual parsing of the input.
darshthakkar
3 years agoValued Contributor
@koryknick - We can handle “n” no. of rows with Group Size as 0
I will modify my 50 to 0 now as 0 will handle all the incoming rows.