Hello,
I have a problem with selecting and passing on selected parts of my table from
one transformer to another.
I have two datasets - GML data called Bygning, and table with specific styles,
line weights, symbology etc. From the table I need to select only those rows
that have also the Bygning name, and would be used to style the Bygning GML
data.
I do not know how to select only specific rows from my table automatically,
based on the name of the incoming GML layer. I could use AttributeFilter and
type manualy the name of the data, but I have dozens of datasets so the process
needs to be automated.
My current approach is attached. It works but is not elegant.
I remove all the unnecessary data from the GML
file, merge it with the table and then merge it again with data. That means I
need to load data twice and due to data being huge it takes a lot more time
than needed.
Can you guide me how to select the needed rows from the table?
Thanks!
Sample data: