Skip to main content
Question

expose list attribute as feature

  • January 7, 2019
  • 1 reply
  • 18 views

boubcher
Contributor
Forum|alt.badge.img+11

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

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

david_r
Celebrity
  • 8394 replies
  • January 7, 2019

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.