I'm trying to map an object with property names like so:
Property_One -> PropertyOne ... etc
Sample_Property -> SampleProperty
Is there a better way to do this than to map individually each property to another? The only difference is the underline.
You'll need to specify the underscore naming convention on the source side:
You can do that globally (as shown above) or per Profile, if only some of your source types follow this naming convention.