I have a feature writer that writes standalone tables to a file geodatabase reading from a non spatial Oracle database. I'm trying to understand the full functionaility of each table handling option. A description is at
Esri Geodatabase (File Geodb) Writer Feature Type Parameters (safe.com) but I'd like more information. I'm trying to understand which table handling operation I should select. The first time the tool is run the FGDB is empty and so 'Create if Needed' is the probable option. What if I need to run it a second time, would I need to change every reader in my workbench to 'Truncate Existing'? If there are new tables that need adding in future would I need to do the same on the new reader?
- Create If Needed – Create the destination table if it does not exist. What happens if the table does exist? Will it do nothing or overwrite?