Latest posts by JiWon

User Activity

Hi experts, I need your help to figure out whats wrong with my custom snap. I have a custom snap which extends Simplesnap. When I tried to log, I could see that the process() method is not being called. Can someone explain to me why?
Hi Experts, I am developing a custom snap which connects to a Mapper. In process(Document document, String s), I get data from the Mapper and then I convert this map data to JSON object by: Map<String, Object> inputDataFromMapper = document.get(Map.c...
Hi, I am trying to get the output of the Mapper in my custom snap. How should I write the code in my custom snap to get the Json object from the Mapper?
Kudos given to