In have a file geodatabase table with 6.7M features. A v simplified workflow is:
- Initiate the workbench with a Creator
- Do some logic tests
- If conditions are met, load in features from the database, do some processing then write the results using a generic writer
- If conditions are not met, simply make a copy of the entire database using an AttributeFileReader to read the database and an AttributeFileWriter to write the copy
Can anyone help?
(The server version I'm using is 2015)