User Activity

I see below error on xml parser snap and the document is missing in the output view. “Process”: “XML Parser:Get data[3b123c40-ba74-4d20-b272-0a5c987dd2c9 – 7151c974-da69-4ab5-a9eb-f9c50b3df996]” “TimeStamp”: “12/27/2018, 2:30:18 PM” “RuntimeID”: “3b1...
We observe the error if occurs should occur at the first snap but what is shown in pipeline statistics it is appearing in after 1st snap. The errors occurring on REST snap is shown on MAPPER and vice versa. Please see the screenshots.
We have a requirement to deliver 6-files in single .tar.gz file → club 6-files into TAR and then gZIP them How can this be achieved in SnapLogic? Does zip read/write helps?
I am getting the error Cannot cast MyScript_372107627 to MyScript_372107627 during script execution, my script looks like below, class MyScript # Import the interface required by the Script snap. include com.snaplogic.scripting.language.Scr...
I want my file poller to poll all txt and xml files how can I specify the same in the file filter property? *.txt && *.xml is only selecting txt files.