Hello Gunter, > Is there an easy way to take a list of attributes on one feature and > their corresponding values and combine it into a string? > For example a feature has: > attr1 'value1' > attr2 'value2' > attr3 'value3' > and I want his to turn this into a string useable in a where clause > something like: > whereClause: 'ATTRIBUTE_NAME IN (attr1,attr3)' > > ignoring attributes whos value = 'value2'.
Well, if it's just for selecting, you can actually do that in a Tester (http://fmepedia.com/index.php/Tester) by entering multiple criteria. Combining strings can be done with the Concatenator (http://fmepedia.com/index.php/Concatenator) -- Hans van der Maarel Red Geographics www.redgeographics.com / [EMAIL PROTECTED] Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
