Hi Markus, There are at least two ways you can do this. 1) You can right-click the list in Workbench (on the NeighborFinder transformer) and choose the option to expose elements. Then you enter a number (x) and get x attributes; eg connectingPipe1, connectingPipe2 etc. These attributes you can direct to your destination schema as required. However, the problem here is that you need to know what value x will be. If you don't know this then a better method is...
2) Use a ListExploder transformer. This explodes the list into a number of features; one per list entry. This is a much better method for you because then you can direct these to a CSV format destination dataset and get the list you are looking for. Add a ListExploder and send the output to the Visualizer again and you will see what the output is like. Unfortunately there isn't a good example of anything like this on fmepedia.com - I'll see if I can generate one sometime this week. Hope this helps. Regards, Mark Mark Ireland, Senior Product Specialist Safe Software Inc. Surrey, BC, CANADA [EMAIL PROTECTED] http://www.safe.com Solutions for Spatial Data Translation, Distribution and Access --- In [email protected], "markus.tigiser" <[EMAIL PROTECTED]> wrote: > > Hello at all, > > I am a new user of FME and I am using FME 2006 GB (Build 2651). > > I have the following question: > I'm working with two ACAD *.dxf files. One contains > main-gas-pipelines and the other one contains > connecting-gas-pipelines which end at some point on one of the main > pipeline. > Now I'm trying to find out which connecting pipelines have a > relation to each main pipeline. > I used the neighborfinder to find all connecting pipelines > (candidate) within a max. distance of 0.1m to a main pipeline > (base). > As the result I got a close candidate list, so when I send the > matched output to a visualizer and press the info button upon a main > pipeline. I can see the results in the information window. > That works perfect, > > BUT: I'm looking for another transformer, following the > neighborfinder, that outputs me a table or a list like this, > including every relation which was found: > > Main Pipeline ID Connecting Pipeline ID > > 3 49 > 3 65 > 3 102 > 6 34 > 6 212 > 7 67 > > and so on... > > Or is there any other way to process the data from the close > candidate list? > > I hope that someone could help me with this problem. > > Thanks. > > Markus 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/
