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....

  • 21 December 2022
  • 3 replies
  • 12 views

I'm able to create a point shapefile successfully.


3 replies

Userlevel 3
Badge +16

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.

@ctredinnick​ Thanks mate, this was a big help.

@ctredinnick and @robeesafe I am getting the same error, but the AttributeTrimmer is not resolving it. Any other ideas?

Reply