Skip to main content

I have a workbench that reads in three road datasets, does a bunch of tests and outputs to a file gdb. Two datasets have around 3000 records each and the third has almost 11,000 records, so not huge datasets.

 

The problem I am having is the two smaller ones write successfully but the larger one only writes 956 records.

 

If I write to shapefile all is fine but no matter what I try the file gdb writer fails. I have tried writing to fresh gdb and still same result.

 

I am using FME Form 2023.0 and ArcGIS Pro 3.0

 

Any ideas?

What does the log say? This is usually an incorrect geometrytype (lines instead of points) or attributetype (date field but not formatted like yyyymmdd).


What does the log say? This is usually an incorrect geometrytype (lines instead of points) or attributetype (date field but not formatted like yyyymmdd).

Thanks @nielsgerrits​ It was a geometry issue even though I was replacing the original line geometry, a geometry coercer force them back into lines 😀

 

image


Reply