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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
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.