Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add HOCON Converter support for input object not at root node.
This will allow conversion rules to be written more clearly i.e.
activity.actor.displayName = twitter.status.user.name
rather than
activity.actor.displayName = user.name
and also provides name-spacing that would allow for converters with multiple document inputs per output document.