Hello dear FME community members,
I use the HTTPCaller with an output in HTML. From that output I want to get values from the HTML and get them exposed as attributes. Therefore I use the HTMLExtractor to extract the values of the CSS selector and return the output als a List Attribute.
The result is that I see one feature with several listattributes. After that I want to explode the list with the ListExploder. The strange thing is that the ListExploder dies not see the List attribute.
When I use a AttributeExposer and expose the list (list{}) then the ListExploder sees the list...a strange behavior!?!?
In several examples on the community the AttributeExposer is not mentioned or used to expose the list afther the HTMLExtractor, see an example: https://community.safe.com/s/question/0D54Q00008EcEOlSAN/how-can-i-isolate-html-table-values-td-based-on-attribute-name?t=1676911484807
I expected that the ListExploder sees the output list made in de HTMLExtractor.
Is this a wrong assumption on my part or is this a strange behavior of this transformer (bug?)?
Can anyone tell me if it is possible (normal) to not use the attributeExposer to show the list after the HTMLExtractor.
thank you,
Danny