Skip to main content

Hello ,

i have geodatabase data as input ,it includes different points ,lines ,annotations .

I would like to read this data in FME workbench and filter specific data from them for city then write the output again into new geodatabase writer .

my problem :

when I use spatial filter and use the specific city as filter and the geodatabase data as candidate .

so the passed port include all data together and for sure not each input has the same attribute names as other .

How could I write the output for my data (passed port ) into geodatabase format and each writer includes only his own data without any problem .

 

You can either use 3 paralel SpatialFilters or separate the data back after filtering.

Once you joined more data streams they become one. That's why all your data together after filtering.


You can either use 3 paralel SpatialFilters or separate the data back after filtering.

Once you joined more data streams they become one. That's why all your data together after filtering.

Thanks for ur reply , I understood that ,all data merged together and become one .

I am looking if there is easy way to seperate them Bcs I have not only 3 readers .

i have around 70 readers ,I do not want to use 70 spatial filter .

But if not ,so I will use many spatial filter


Thanks for ur reply , I understood that ,all data merged together and become one .

I am looking if there is easy way to seperate them Bcs I have not only 3 readers .

i have around 70 readers ,I do not want to use 70 spatial filter .

But if not ,so I will use many spatial filter

Use a fanout by fme_feature_type on the writer.

I think you also have to expose some other attributes but it should work.

For simplicity use Paralel filters for different geometrie types.


Reply