Question

Update filegeoDB table field

  • 11 January 2018
  • 1 reply
  • 2 views

Hi,

I am trying to update a field value of a ESRI filegeodb table (v10.2.1).

I have a table called 'Test' with several columns.

For example the table contains 100 records with some voltage value ranging from 1 - 100

I want to update these record's 'classification' field depends on my filter condition.

I would like to read this filegeoDB and filtering the records and trying to update the same database table's classification field (not the entire row) with matching column.

If its an oracle DB i can do this either by using DBUpdater or SQLExecute.

Any clue or hints will be much appreciated...

Thanks,

Mari...


1 reply

Userlevel 2
Badge +17

Hi @reachmj, I think the DatabaseUpdater transformer supports the File Geodatabase format.

Alternatively, the regular File Geodatabase writer can also be used to update existing records in a feature class. See the documentation to learn more.

This article could also be helpful.

Reply