Solved

Exposing Supplmentary Info from Geometry Validator Issues List

  • 10 October 2017
  • 2 replies
  • 7 views

Badge +2

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

icon

Best answer by pallegama 10 October 2017, 07:30

View original

2 replies

Badge

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

Badge +2

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

 

Reply