Bummer... you set reply-to ...  oh and CMSPIP-L is a good place to
hang out for this kind of stuff...

-Rob
---------- Forwarded message ----------
From: Rob van der Heij <[email protected]>
Date: Fri, Jan 9, 2009 at 11:22 AM
Subject: Re: Logic error - please help
To: Graeme Moss <[email protected]>


On Fri, Jan 9, 2009 at 12:34 AM, Graeme Moss <[email protected]> wrote:
> I am writing a piupeline that reads records in the format <attribute> <list
> of users> where the list of users may be one or many and write out a record
> for each user consisting of <attribute> <user>

I'm not sure I follow your pipeline of thought, but an easy approach
for that is like this:

| x: fanout
| substr w1
| j: juxtapose
| ...
\ x:
| substr w2-*
| split
| insert , , before
| j:

There may be some extra work when you want to do things about records
with only an attribute or when duplicate users must be taken out, etc

Sir Rob the Plumber

Reply via email to