Skip to main content
Solved

Look Up Tables

  • October 24, 2014
  • 6 replies
  • 195 views

danpaoly
Contributor
Forum|alt.badge.img+1
I would like to have the attribute values in my source data compared to values in an external look up table and changed based on the values in the look up table and then have the new values populated in a different database.

 

 

For example.  Read the Type Column find the value UNKNOWN look at the look up table and change UNKNOWN to UNK and send to destination database.

Best answer by takashi

Hi,

 

 

If the mapping rule is static, it can be imported to the AttributeValueMapper setting from an external look up table. Have a look at the [Import] button in the parameters dialog.

 

 

Takashi
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.

6 replies

david_r
Celebrity
  • October 24, 2014
Hi,

 

 

have you looked at the Joiner?

 

 

David

danpaoly
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • October 24, 2014
I was looking at the SchemaMapper or AttributeValueMapper tools.  There are hundreds of values that need changed to a code

takashi
Celebrity
  • Best Answer
  • October 24, 2014
Hi,

 

 

If the mapping rule is static, it can be imported to the AttributeValueMapper setting from an external look up table. Have a look at the [Import] button in the parameters dialog.

 

 

Takashi

Forum|alt.badge.img
  • May 11, 2017
Hi,

 

 

If the mapping rule is static, it can be imported to the AttributeValueMapper setting from an external look up table. Have a look at the [Import] button in the parameters dialog.

 

 

Takashi
What if the mapping rule is dynamic?

 

 


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • May 11, 2017
What if the mapping rule is dynamic?

 

 

Then the schema mapper is a better choice.

 

 


Forum|alt.badge.img
  • May 11, 2017
Then the schema mapper is a better choice.

 

 

Thanks Itay!