Im having trouble with something that seems extremely trivial. I'm trying to convert the GeoJSON output from an Arcgis REST API call into geometry using the GeometryReplacer.
Nothing too fancy is going on, but for some reason I get INVALID_PARAMETER_GEOMETRY_SOURCE out of the rejected port. I feel like I've done this countless number of times without issue.
If I save the API output to a GeoJSON file and read it using the GeoJSON reader, FME reads it fine.
I'm bewildered 😣