Skip to main content
Hi, everybody. I have a table survey in excel, and now i want to complation (form exits).

 

How i can get information from Original table to Complation table?

 

 

 

 

 

 

Hi Hua, desired result table looks like this?

 

 


Yes. I want result the same your photo
OK. A possible way is:

 

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.

Reply