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.
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 :-)
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 ;)
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 ;)
Try to the expose the list (kayttooikeusyksikot.Kayttooikeusyksikko{} or
kayttooikeusyksikot{}) with the AttributeExposer to make it available for the ListElementCounter transformer.
Got list out for use after exposing its first index!