Is it possible to map a property of a Core Data model from one type to another using only a Core Data Mapping Model or do you need to define a custom Mapping Policy?
For example lets say I have a model called Show with the property identifier of type Integer 32 and I want to map it to a String. This is just a hypothetical example. You can of course do this in code as needed in the ManagedObject subclass.
I am looking to know if it is possible in general.