Hey guys,
I have a dynamic feature reader that reads and SDE database, one of the fields is a date time field called UFI_CREATED
When i use a standard SDE reader this works fine on the dynamic writer. But when I use the feature reader, it appears that its sending the full attribute into UFI_CREATED.full and date attribute called UFI_CREATED. When I try and write this I get an error saying that
A feature, of feature type 'PROPERTY', had an invalid time component for its time/datetime attribute 'UFI_CREATED'.
This is because its expecting the .full attribute but dynamically its getting the shortened one.
I could change all the attributes that I think might be affected manually back to non full, but this defeats the purpose.
Why is it mapping it like this? And is there any way I can prevent this from happening.
Regards,
James