Hi @jitkam,
Could you share us a picture or your Workspace to understand better the configurations that you did?
Thanks,
Danilo

Workspace with the warnings sample
Hi Danilo, just did
Thx
Jitka
Thanks @jitkam
I created here a Workspace: Read polygons from Shapefile -> Transformer CenterPointExtractor -> Geocoder .

Results in FME Data Inspector:

Thanks,
Danilo
@danilo,
I have the same Geocoder settings. Do you think the problem is with my source file?
@danilo,
I have the same Geocoder settings. Do you think the problem is with my source file?
@jitkam
Cloud you send me some polygons to test?
@danilo_fme, here is the sample
Thank you
Jitka
archive.zip
@danilo_fme
here is the sample,
thank you
Jitka
archive.zip
Hi @jitkam
Thanks your source data. I used it in my Workspace - reading the shape file.
After the transformer CenterPointExtractor was used to extract the coordinates X and Y.
And the results was returned after the geocode process:


Your Writer is a point geometry, correct?
Thanks,
Danilo
Hi @jitkam
Thanks your source data. I used it in my Workspace - reading the shape file.
After the transformer CenterPointExtractor was used to extract the coordinates X and Y.
And the results was returned after the geocode process:


Your Writer is a point geometry, correct?
Thanks,
Danilo
Hi Danilo,
actually, should be polygons. I did exact the same setting as you show above and used the sample I sent you and still I get the errors and no output file.
Hi Danilo,
actually, should be polygons. I did exact the same setting as you show above and used the sample I sent you and still I get the errors and no output file.
Its possible that your writer file is set like polygon geometry. Could you share your Writer file? I believe you are try to write point in polygon Writer.
Hi @jitkam,
Did you change the format of geometry in your Writer?
Thanks,
Danilo
Its possible that your writer file is set like polygon geometry. Could you share your Writer file? I believe you are try to write point in polygon Writer.
Hi @danilo_fme I've uploaded the output file and screenshot of my settings.
I was originally using FME2018, but now tried in 2017, having the same problem.
Thx!
archive-2.zip
screen-shot-2018-04-19-at-111605-am.png
Its possible that your writer file is set like polygon geometry. Could you share your Writer file? I believe you are try to write point in polygon Writer.
This is one of the messages I receive in warning.
p, li { white-space: pre-wrap; }
Polygon feature must have at least 4 coordinates...rejecting
REJECTING BELOW FEATURE:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `CP_15Mex_v3_sample_15_2017'
Attribute(encoded: utf-8) : `_address' has value `Emilio Portes Gil, San Felipe del Progreso, Mexico'
Attribute(64 bit real) : `_inside_x' has value `-99.919066897024351'
Attribute(64 bit real) : `_inside_y' has value `19.646801735532826'
Attribute(64 bit real) : `_latitude' has value `19.6449664'
Attribute(64 bit real) : `_longitude' has value `-99.9192053'
Attribute(encoded: utf-8) : `d_cp' has value `50680'
Attribute(string) : `fme_feature_type' has value `CP_15Mex_v3_sample_15'
Attribute(string) : `fme_geometry' has value `fme_point'
Attribute(entangled: string): `fme_type' has value `fme_point'
entangled to SHAPE_GEOMETRY]
Attribute(string) : `multi_writer_id' has value `0'
Coordinate System: `LL84'
Geometry Type: IFMEPoint
Coordinate Dimension: 2
(-99.9192053,19.6449664)
Hi @jitkam,
I solved you problem now using a transformer FeatureMerger.
This transformer is responsible to merger informations between points geometry ( results from transformer Geocoder ) and Polygons ( source data ) respecting a unique attribute d_cp.
Your Writer is a polygon geometry with all attributes.
Attached the Workspace - workspace-geocoder.fmwt
Thanks,
Danilo
Hi @jitkam,
I solved you problem now using a transformer FeatureMerger.
This transformer is responsible to merger informations between points geometry ( results from transformer Geocoder ) and Polygons ( source data ) respecting a unique attribute d_cp.
Your Writer is a polygon geometry with all attributes.
Attached the Workspace - workspace-geocoder.fmwt
Thanks,
Danilo
Thank you @danilo_fme,
does the FeatureMerger also needs Supplier? Should I use the Geocoder as such?
Thx
Jitka
Hi @jitkam,
Please, see the image below:

You can use the Workspace that I created - workspace-geocoder.fmwt
Thanks,
Danilo