I'm trying to create point feature class in File Geodatabase. I'm getting an error when I try to write to a file geodatabase: An error occurred while attempting to convert the '' component of a date....
Question
I'm trying to create point feature class in File Geodatabase. I'm getting an error when I try to write to a file geodatabase: An error occurred while attempting to convert the '' component of a date....
I get that sometimes when reading data from SDE, writing to file GDB. A workaround is to add a AttributeTrimmer on the date attributes, which will remove any invalid chars, reset encoding, whatever the actual issue is.