Question

How to Auto Update Attribute Manager?

  • 11 February 2022
  • 2 replies
  • 7 views

I am reading a JSON file and converting into File GDB, here using Attribute Manager, but in Attribute Manager list of attributes are not updating accordingly when ever I change the JSON files. In order to update is manually update the reader and feature type, then only it is updating. So. requesting you please suggest a way to auto update this.


2 replies

Badge +20

The problem isn't from AttributeManager but from the Reader.

Try reading a sample of your JSON files, figuring out the whole schema and using AttributeExposer to expose all of them. Or try creating a dynamic workspace.

Hi Caracadrian,

Thanks for reply and apologies to delay response. As you suggested I have tried with some sample JSONs, but nope, when change JSON file the attributes are appending instead of update (old one not clearing just adding new attributes to to existing attribute exposer/Manager. Also tried with Dynamic schema this is also the same issue getting. Could you please suggest a better way.

 

Reply