Skip to main content

Hello ,

i am working with file geodatabase then writing the output into file geodatabase

so my input :file geodatabase and it contains ObejctId

but when I write the output into file geodatabase after finish work on the data .

i have found that the output contains new attribute called objectid_1

how to avoid the data from creating the new objectid_1

because I have already attribute Name called objectid and I do not need extra .

fme 2021

thanks in advance

Make sure you haven't defined a user attribute named "OBJECTID" on your writer (it will be created regardless).

If you use dynamic schema, also add "OBJECTID" to the list of attributes to remove from the dynamic schema definition.

image


Make sure you haven't defined a user attribute named "OBJECTID" on your writer (it will be created regardless).

If you use dynamic schema, also add "OBJECTID" to the list of attributes to remove from the dynamic schema definition.

image

objectid, i have removed it from writer but it creates still object id

and I have tried and write dynamic and Remove it from list as you described but also It is still creating in output file geodatabase .

do you have other idea that I can do ?

could you upload sample workspace to remove object id ?

 


objectid, i have removed it from writer but it creates still object id

and I have tried and write dynamic and Remove it from list as you described but also It is still creating in output file geodatabase .

do you have other idea that I can do ?

could you upload sample workspace to remove object id ?

 

Can you please upload a minimal workspace of yours that demonstrates this issue, and that allows us to reproduce it.


Reply