Question

modify value of attribute in second position

  • 1 November 2019
  • 2 replies
  • 0 views

Badge +9

I want to modify the attribute in the second position of an excel. I can get the schema of it and the attribute{1}.name is the actual name of the attribute. But now how do I put in a new value because attributeManager, or tester expects you to know the attribute name and I wont have that.


2 replies

Badge +10

You should be able to do this with an AttributeCreator, because the attribute already exists it will essentially overwrite the attribute

 

Badge +9

you genius you! Thank you @ebygomm

Reply