atlasmap-attic / atlasmap-runtime

AtlasMap runtime engine and design time services
http://atlasmap.io
Other
3 stars 8 forks source link

Allow COMBINE for non String fields #266

Closed mmelko closed 6 years ago

mmelko commented 6 years ago

Combining of non-string fields results to null.

igarashitm commented 6 years ago

Possibly a bug, PrimitiveTypeConverter should be picked up and convert primitive>String before combine.