Skip to main content
Question

How to remove the system generated attributes from the output?

  • February 8, 2018
  • 1 reply
  • 26 views

Forum|alt.badge.img

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • February 8, 2018

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.