Solved
Can new attribute indexes be defined on output Feature Class using Workbench?
Best answer by gpoehacker
I am pretty sure, you want believe me :-)
But try this:
The writer is for a
Esri Geodatabase (File Geodb)
FME 2017 Build 17650
CREATE INDEX I_IDX ON FeatureClass1 (Test)
CREATE Indexname ON Featureclass (Attribute)
OR
CREATE Indexname ON Featureclass (Attribute1,Attribute2,....)
Result:
I don’t know how or why it works…….
But it works!
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.