Solved

No features being written when writing to geodatabase (Open API)

  • 14 April 2021
  • 2 replies
  • 40 views

Badge +5

Hi,

I am having a mental block on this one (it may just be this time of night!).

I am trying to write a single polygon as it's own feature class within a geodatabase using the Geodatabase Open API writer. The Feature Class is being created, but no objects are being drawn within the feature class.

I have attached the log file.

Cheers.

icon

Best answer by debbiatsafe 14 April 2021, 01:50

View original

2 replies

Userlevel 3
Badge +17

Hi @cbalmbra1​ 

The log file indicates the feature is being dropped due to the RevDate attribute value: 

|WARN  |FileGDB Writer: The `RevDate' attribute could not be written. The containing feature has been dropped

What data type is set for this attribute in the writer? Perhaps try changing it to another data type

Badge +5

Hi @cbalmbra1​ 

The log file indicates the feature is being dropped due to the RevDate attribute value: 

|WARN  |FileGDB Writer: The `RevDate' attribute could not be written. The containing feature has been dropped

What data type is set for this attribute in the writer? Perhaps try changing it to another data type

Fantastic. Just the ticket.

I have been asked to extract the date is a specific format "14/04/2021", which clearly now is the reason why it was rejecting the features. Thanks again :)

Reply