You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fjr619, due to lack of time we're currently not actively developing ShapeShift except for features we actively need in our projects. I think adding some sort of separate annotation/mechanism for a composite mapping is a welcome edition. If you'd like, you can pick it up yourself.
Hi,
I have a structure like:
I'd like to create a mapping from (
field1
+field2
) tosingleField
(keeping btwotherField
).I can easily create a Transformer to handle this:
but I cannot declare the mapping using this transformer, then:
This is probably not the right way to achieve my goal. How could do?
(I guess I could also use a Decorator but then my
singleField
should be declared as avar
which is not acceptable in my case)The text was updated successfully, but these errors were encountered: