Skip to main content

I have an address point with street name and street type fields like

Name TypeMain streetPlesantavenue

and so on. Also i have table with street coded values like

CodeNameType2345Main street4588Plesantavenue

What i need to do is for each addreess point find name and type from second table and paste code value to the point attribute. What is the best way for this?

Two transformers could do this:

Have a look at the Joiner and the FeatureMerger transfomers


Two transformers could do this:

Have a look at the Joiner and the FeatureMerger transfomers

Oh, It was easier than I thought. Thaks!

 

 


Reply