Question

expose list attribute as feature

  • 7 January 2019
  • 1 reply
  • 2 views

Badge +10

Hello there 'I am reading a XML file , and looking to expose the hidden attribute

as you can see in the Pic

I tried attribute expose and list exploder but it didn't work


1 reply

Userlevel 4

How did you configure the AttributeExposer? You will have to expose the following attributes:

FieldInfos.SubtypeFieldInfo{}.DefaultValue
FieldInfos.SubtypeFieldInfo{}.DefaultValue.pos
FieldInfos.SubtypeFieldInfo{}.DefaultValue.type
FieldInfos.SubtypeFieldInfo{}.DomainName
FieldInfos.SubtypeFieldInfo{}.DomainName.pos
FieldInfos.SubtypeFieldInfo{}.FieldName
FieldInfos.SubtypeFieldInfo{}.FieldName.pos
FieldInfos.SubtypeFieldInfo{}.pos
FieldInfos.SubtypeFieldInfo{}.type

The ListExploder should then let you select the list "FieldInfos.SubtypeFieldInfo{}".

Notice that there are no numbers in the {} brackets.

Reply