Dear all,
I have a problem which I cannot solve. I'm pretty new to FME and can't seem to find out a solution for my problem. I have a csv table with attributes such as parcel land numbers and land owners with addresses and so on. I need to export this data to a different files organized by land parcel number. So output is textual files (attribute created with text editor) with data like land parcel no. 2, owners no.1, 2,3 and so on (name, address), area size of the land parcel, things like that. So there will be as many files as there are land parcels. I've stuck because cannot seem to get all the parcel owners for one land parcel number. I get only first one and that's all for that land parcel. I've tried to work it out with list but really don't understand how that works in fme. The other solution is to try looping through that attributes but also stuck there. How do I get all the owners for each land parcel number. Thanks in advance for the help.
Best regards