Hi @mgeomaticien,
To test the attribute type use the schema reader and for the value a attribute value mapper transformer can be used. Have a look at the transformers documentation on how the set invalid values so that you can afterwards easily test them.
Hi @jdh and @itay
Thank you for yours answers.
Please I have another question. I want to Check the presence of one or more layers (which I already know the names) and in each of the layers verifies the existence of one or more attributes (already known) when reading the data source.
I would also like to control the object type of each layer (polygon, point, line, text ...)
My data source is DWG file
Thank you in advance
You can use the fme_geometry attribute or GeometryFilter transformer to do that. JUst rememeber to expose the attribute.
You can use the fme_geometry attribute or GeometryFilter transformer to do that. JUst rememeber to expose the attribute.
Thank you. But before that I would like to check the existence of layers and attributes