Skip to main content
Solved

Expose list(ish?)

  • April 21, 2017
  • 5 replies
  • 18 views

Forum|alt.badge.img

What I think have in inspector is list. But for some reason FME is thinking its not, because ListElementCounter is not finding it.

Someone can explain why so? Its first time for me I have list"ish" features.

pic from inspector.

Best answer by david_r

It does look like a list, yes. You should probably be using the following list name for the ListElementCounter:

kayttooikeusyksikot.Kayttooikeusyksikko{}

Hopefully I managed to type that out without too many typos :-)

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.

5 replies

david_r
Celebrity
  • Best Answer
  • April 21, 2017

It does look like a list, yes. You should probably be using the following list name for the ListElementCounter:

kayttooikeusyksikot.Kayttooikeusyksikko{}

Hopefully I managed to type that out without too many typos :-)


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • April 21, 2017

Try to the expose the list (kayttooikeusyksikot.Kayttooikeusyksikko{} or

kayttooikeusyksikot{}) with the AttributeExposer to make it available for the ListElementCounter transformer.


Forum|alt.badge.img
  • Author
  • April 21, 2017

It does look like a list, yes. You should probably be using the following list name for the ListElementCounter:

kayttooikeusyksikot.Kayttooikeusyksikko{}

Hopefully I managed to type that out without too many typos :-)

Thank you david_r for your fast response!

 

 

Problem there is that ListElementCounter is not letting me write this list name there. And when Im trying to find it from dropdown list, its not there for some reason..

 

 

I guess we finns are famous of our "simple" words :) Don't worry david_r, you did well ;)

 


david_r
Celebrity
  • April 21, 2017
Thank you david_r for your fast response!

 

 

Problem there is that ListElementCounter is not letting me write this list name there. And when Im trying to find it from dropdown list, its not there for some reason..

 

 

I guess we finns are famous of our "simple" words :) Don't worry david_r, you did well ;)

 

Before the ListElementCounter, insert an AttributeExposer with the list name. Then you'll be able to select the list name in the ListElementCounter.

 


Forum|alt.badge.img
  • Author
  • April 21, 2017

Try to the expose the list (kayttooikeusyksikot.Kayttooikeusyksikko{} or

kayttooikeusyksikot{}) with the AttributeExposer to make it available for the ListElementCounter transformer.

Thank you itay and david_r!

 

Got list out for use after exposing its first index!