On Thu, 16 Mar 2023 at 21:29, Glenn Knickerbocker <[email protected]> wrote:
> I was really thinking of the more general case where the list is already > in separate records to start with. I guess the thing to do would be to > inject a null record into the list after each container record, and use > BUFFER 1 to buffer the list for each container: > I guess that's why you don't want to process the entire thing backwards, right? You have sections of records terminated by a specific marker, and need that marker to decide whether you had wanted that section? What I find very helpful is to use the secondary input of "join" to build clogs in the pipeline. If you prefix them with "addrdw" you can deblock later and don't need to come up with a unique line-end character. Rob
