I've got ~20 tables with about the same number of columns in which values need to be translated using an external excel file for the translation. The excel file may change a couple of times, so i need to change each AttributeValueMapper. How can i do
Question
I've got ~20 tables with about the same number of columns in which values need to be translated using an external excel file for the translation. The excel file may change a couple of times, so i need to change each AttributeValueMapper. How can i do
The values in the columns are looked up in an external Excel file which may change. As i have around 20 tables and the same number of columns i would need to change each AttributeValueMapper individually (or copy, but requires the same amount of work) and than copy that series of AttributeValueMappers to all other tables. Is there a better way to do this?