User Activity

Hi, I have a Java Jar file which has a method inside a class that returns a string value, and I also have a log4j logger inside the method. I placed these 2 jars mycustom.jar and log4j.jar in node path. In script snap (python) I mentioned the path of...
Hello, I have a requirement of sharing a value in captured in one Snap to the other Snap but not to an immediate following Snap. Ex: Rest GET Snap (getting token)–> Mapper → …other SQL snaps … —> REST PUT snap (I need token here to call PUT) How to ...
Hi, i’m getting following error when executing “Generic Jdbc insert” snap. i have 2 data values that need to be inserted in 2 column table. mapper gives me col1, col2 each having list of 3 values. col1 = [a,b,c] and col2 = [{…},{…},{…}] Error: Unab...
Hi, I want to convert JSON to XML and i’m using XML Generator with valid XSD. I got the output XML after running the pipeline for a fixed known JSON format with fixed XSD. If the JSON data is dynamic, Now I don’t know the JSON data format because it ...