Forum Discussion
robin
6 years agoFormer Employee
@JiWon I don’t fully understand. If the next Snap is your custom Snap, the output document of the Mapper can be consumed via input views as per the developer documentation. In terms of the expression language, $
refers to the entire input document (which can be serialized/deserialized to/from JSON)
- JiWon6 years agoNew Contributor II
Hi Robin,
Thanks for your reply.
Yes, the Mapper connects to my custom snap in which I wanna get the data from the mapper. Can I use document.get(Map.class) to get the data from the Mapper?