@chrisatsafe I see this line in the translation log:
FileGDB Writer: Failed to write Geometry to feature class 'GPS_PATHS' with geometry type 'esriGeometryPolyline'. Dropping containing feature
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
and then here's another chunk of the log that looks suspect:
Attribute(string: UTF-8) : `filegdb_type' has value `geodb_polyline'
Attribute(string: UTF-8) : `fme_feature_type' has value `record'
Attribute(string: UTF-8) : `fme_geometry' has value `fme_aggregate'
Attribute(string: UTF-8) : `fme_geometry{0}' has value `fme_line'
Attribute(string: UTF-8) : `fme_template_feature_type' has value `d_y_n'
Attribute(entangled: string: UTF-8): `fme_type' has value `fme_line'
entangled to filegdb_type
Attribute(32 bit unsigned integer) : `multi_writer_id' has value `0'
Coordinate System: `SPHERICAL_MERCATOR'
Geometry Type: IFMEAggregate
Front Appearance Reference: `<inherited_or_default_appearance>'
Back Appearance Reference: `<inherited_or_default_appearance>'
Number of Geometries: 1
--------------------------------------
What I'm actually trying to write to a file geodb is an aggregate group of GPS paths (polylines). Wondering what I might be able to do to fix this, any ideas?