#python scripts
I have a python script that creates and populates a table that is in memory, then converts to an Excel file.
Pretty basic stuff.
When the table is an in memory table, the output excel File only has an ObjectID field.
When the table is on disk, it works fine, the output Excel file is fine.
Is this a "built in limitation" (bug)?
Thank you,
Randy McGregor