Skip to main content
Solved

Exposing Supplmentary Info from Geometry Validator Issues List

  • October 10, 2017
  • 2 replies
  • 29 views

jackyd
Supporter
Forum|alt.badge.img+16

Hello,

I am trying to capture features that fail the geometry validator, and the information about why. The specific bit of information i ma after is the supplementary_info.details trait/element from the issues list

It is probably very simply, but i cant figure out how.

I have tried a listexploder but this part of the list does not come through, and the same with a listConcancenator.

Cheers

Jacky

Best answer by pallegama

Hi @jackyd,

It is bit tricky here to expose the 'details' within 'suplementery_info' list which is within '_issues' list.

You need an additional AttributeExposer to expose 'supplementary_info{}.details' list and explode that list to retrieve the 'details' as depicted in the picture below.

Regards,

Priyantha

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.

2 replies

pallegama
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 25 replies
  • Best Answer
  • October 10, 2017

Hi @jackyd,

It is bit tricky here to expose the 'details' within 'suplementery_info' list which is within '_issues' list.

You need an additional AttributeExposer to expose 'supplementary_info{}.details' list and explode that list to retrieve the 'details' as depicted in the picture below.

Regards,

Priyantha


jackyd
Supporter
Forum|alt.badge.img+16
  • Author
  • Supporter
  • 62 replies
  • October 10, 2017

Hi @jackyd,

It is bit tricky here to expose the 'details' within 'suplementery_info' list which is within '_issues' list.

You need an additional AttributeExposer to expose 'supplementary_info{}.details' list and explode that list to retrieve the 'details' as depicted in the picture below.

Regards,

Priyantha

Hi @pallegama

 

Brilliant Thankyou. Just what needed, works a treat.

 

 

Cheers

 

Jacky