Hi All, I’m having an issue writing out to GDB with a schema dataset. The workflow extracts multiple GeoJSONs from some GSI open Datasets (example path below), clips them to an AOI and extracts them to a GDB. There are around 50 datasets in total .
The actual reading of the data seems fine:
- data features = Geojson format read through a feature reader
- schema reader = Schema Feature (Any Dataset) format reading the Geojson (n.b. when reading using the schema port of the feature reader, I can’t get it to read schema from multiple datasets, hence why have this separate)
I am writing through a FeatureWriter - see settings in screenshot below.
The annoying thing is that sometime it works, then I select a new set of features and then it doesn’t, and I can’t seem to find a pattern. However checking the input table before the Writer, everything (I think) looks ok. It feels like there must be something that is not right, but just can’t seem to pinpoint it. Any ideas would be greatly appreciated 🙂? Further screenshots on settings and errors are below.
FME Version: 2024.2.4
Example GeoJSON Path: https://gsi.geodata.gov.ie/server/rest/services/Bedrock/IE_GSI_Bedrock_Boreholes_Verified_50K_IE26_ITM/FeatureServer/0/query?where=1=1&outFields=*&f=geojson
FeatureWriter Settings (and Parameters)

Feature Readers (n.b due to a limit of 2000 features per Geojson call, I am reading 2000 features at a time from each dataset and feeding this to an offset clause in the GeoJSON string, hence why 13 features are going into the dataset when there are only 5 datasets being read)

FeatureWriter Error and settings

Attribute Table at FeatureHolder (just before Writer)
