Question

Find and paste coded value to an attribute

  • 23 November 2016
  • 2 replies
  • 0 views

Badge

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?


2 replies

Userlevel 2
Badge +12

Two transformers could do this:

Have a look at the Joiner and the FeatureMerger transfomers

Badge

Two transformers could do this:

Have a look at the Joiner and the FeatureMerger transfomers

Oh, It was easier than I thought. Thaks!

 

 

Reply