Question

How to remove the system generated attributes from the output?

  • 8 February 2018
  • 1 reply
  • 2 views

Badge

sample.png

I have generated output using schema (any format) reader to read from ESRI geodatabase and supplied both database name and layer name as parameters. I used ListBuilder and ListSearcher to search for the layer in a database. FeatureReader is used to read the data and DynamicWriter to write it to postgis. I got the output with some unnecessary fields listed in the attributes image and actual workspace can be seen as a sample image. How can I get rid of this attributes automatically. I tried attributes to remove option in the Writer but it is a manual process. I tried attribute remover with no luck. Any help is appreciated.


1 reply

Badge +3

THose can't be actually removed.

You use a remover or keeper to stop them propagating.

But when u have them on the writer you are actually (re)exposing them.

This often happens automaticaly. You need to deactivate the attributes on your writer on the format tab attributes.

Reply