I have database rows from a table input step that produces one JSON document per row.
What I want to do is to concatenate `100 rows at a time with a comma delimiter and write 1 row out, then
process the next 100 rows, then the remainder if any.
I've been trying UDJC but abandoned that in favor of modified javascript step but am not sure how to achieve this.