Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: michaelsloweyI've done something similar.
For example I had a list of Postal codes (which in the UK represent a particular road and a set of houses on that road) that where considered to be "hot" ie. fraudulent. This list contained Full postcodes or it could be part of a postcode (which would represent not just a street and a set ouf houses but a SET of streets).
I had a set of Customer Records that had a Full Postcode and I had to match em to the Full or Part Postcode in the "Hot" Postcodes file.
Here's how I solved it...
I created a comma seperated list of the values in the Static Datausing an Aggregate node. I then added this field to the Main Data using a join (I use the lookup value as 1 and 1 in the join)
I then used a Filter Node to to split the LookUp data into a list and use a loop to do the matching...
Ive attached an excample graph...
Hope this helps.
Mick
Attachments:
Variable Length Lookup.brg