Skip to main content

Hello! I have problem to write several geopackage data to one geodatabase. I used Attribute filter and Dynamic writers. Attributes from all objects comes to each features. How to write data to geodatabase so that there are each features has own attributes? 

I am not profs with FME yet 🙂

Would be thankful for tips.

image

Hi @di_777​ thanks for your question! You may need to use a SchemaScanner so that you can use the Schema Source and Schema Definition Name (in the dynamic writer shown in your image). Here's some resources on how you can achieve this:

Happy to help!


Hi @di_777​ thanks for your question! You may need to use a SchemaScanner so that you can use the Schema Source and Schema Definition Name (in the dynamic writer shown in your image). Here's some resources on how you can achieve this:

Happy to help!

Thank you!!! I will try it.


Hi @di_777​ thanks for your question! You may need to use a SchemaScanner so that you can use the Schema Source and Schema Definition Name (in the dynamic writer shown in your image). Here's some resources on how you can achieve this:

Happy to help!

Is SchemaScanner possible to apply to geometry objects? I have FeatureTypes in my Reader (geometry+object type+attribute/schema).


Reply