Question

I have a question about columns with even and odd numbers.


I have a question about columns with even and odd numbers. If I have two columns of even and odd postal numbers I can create a single column of addresses with even and odd numbers?

 

Address EVEN

Address ODD

2

5

4

7

6

9

8

11

10

13

 

 

 

 

Address (ODD and EVEN)

2

 

4

5

6

7

8

9

10

11

 

13


2 replies

Badge +10

Yes, you can simply do this

Badge +3

A bit faster, because it doesn't require FME to perform any AttributeCreator calculations is to just Rename the 2 attributes to the same Name to merge them to a single Attribute of the same Name.

Like so:

Reply