Compose needs to have a setting to handle case sensitive information. Currently, the product will mis-assign descriptions to codes if the source is "case-sensitive".
We have an SAP S4 source that is sending information similar to this:
Code Description
------ ---------------
A Very Good
a Not so Bad
--------------------------
Compose is loading only one row as "a" and assigning both descriptions to it ( because it is case insensitive). Is there a way to control this behavior?
The value for this change is to correctly map all sources into the data warehouse appropriately.