Skip to main content

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.

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


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