How i can get information from Original table to Complation table?
How i can get information from Original table to Complation table?
Read the original table with the Excel reader.
Connect a Tester to divide the records into 2 parts, i.e. after and before of the header row. You can use row number to determine if a record is after the header row.
Connect 2nd Tester to the 1st Tester's Failed port (records before the header row) to extract the row of "Forest owner", and rename the name column attribute.
Merge the extracted owner's name attribute to every data record (from Passed port of the 1st Tester). The FeatureMerger can be used to do it.
Rename and keep required attributes, and write them into result table.