@yapiyapo I downloaded the file http://www.bart.gov/dev/schedules/google_transit.zip and FME GTFS reader seems to read the file OK.
the FME GTFS reader has converted the lat/long values into a an FME Geometry object and dropped the lat /long attributes. If you don't need the FME geometry, just read the GTS data using the CSV reader.
@yapiyapo I downloaded the file http://www.bart.gov/dev/schedules/google_transit.zip and FME GTFS reader seems to read the file OK.
the FME GTFS reader has converted the lat/long values into a an FME Geometry object and dropped the lat /long attributes. If you don't need the FME geometry, just read the GTS data using the CSV reader.
or if you need both, use the CoordinateExtractor
Thanks you all for answering my question.