Im using DB Replication module for data migration. The issue is, in my source DB I have some columns with type "String". But the mapped attribute in the mendix entity is of type "Enumeration". So, when im trying to map a string with enumeration, we are getting NULL values. Can someone suggest me how to resolve it.
Thank You