Question

How to write feature by feature to ArcSDE Geodb?

  • 17 December 2019
  • 2 replies
  • 0 views

Badge

Hi All

I would like to perform writing feature by feature to ArcSDE Geodb. I was trying to "roll" all feature attributes into one attribute (using Aggregator and GeometryExtractor) and provide such feature via WorkspaceRunner to slave workspace, "roll out" attribute into feature definition and then pass to Writer. Is it a good direction or any other suggestions?


2 replies

Userlevel 2
Badge +12

The ArcSDE Geodb writer has the option to limit the size of a transaction.

If you set the transaction size to 1, you write feature by feature and the database will commit after each feature:

Hope this is what you were looking for.

Badge

The ArcSDE Geodb writer has the option to limit the size of a transaction.

If you set the transaction size to 1, you write feature by feature and the database will commit after each feature:

Hope this is what you were looking for.

I wasn't precise. I need to perform a feature by feature loading in order to catch all features that were not saved by the database. In your idea FME stops writing at first bad transaction

Reply