FME beginner here, I'm trying to do a pretty straight forward export from an sde based database to file geodatabase, the only real criteria I'm after is preserving the ObjectId values in the output. Everything tried results in the ObjectId resequencing itself in the output per normal, our client has built relationships on the OID (why I'll never know) so we need to preserve them in the extract. Any help is appreciated.
Page 1 / 1
As far as I know the objectid in a gdb / sde is a primary key and generated. No way to keep that, as far as I know. This is not a FME thing.