Hi.
I'm working with a dynamic workflow. I have an ArcSDE reader and in some of my tables (I don't know which ones) I have a date (1899-12-30) that I need to set to null.
My idea was to first filter the attributes with a date format, then filter the values and finally set the value to null.
I know how to do it with one table because I know which attributes are set to date format.
But with a dynamic worflow, how can I detect date attributes in all tables of my ArcSDE DB ?