Skip to main content

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.

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 :-)


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

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


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 ;)

 


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.

 


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!

 

 


Reply