This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hello Team
how we can use if else condition in xml generator snap
here is my query
here either Expt have value or Sco have value not in both (Expt,Sco)
i want to display
case 1)if vatPer = 0.0 and if Expt tab have value then display Expt tab
expe...
In snaplogic is there any feature available while any process going on from third party , can we wait 10 -20 sec to get response, is such feature/logic is available?
Thanks
Mahesh
How to delete particular record from csv file
eg. if the some record is processed from csv file then need to delete that record from csv file , please suggest how to proceed this.
Thanks
Mahes
i have scheduled job every day at eg. 2pm and after job started it should automatically stop at 5pm on that day, but next day it should be start at 2pm as per schedule
Hello
i tried another code and still getting error “Reason: :42:4 Expected ; but found sftp let sftp = new Client(); ^ in ”
// Ensure compatibility with both JDK 7 and 8 JSR-223 Script Engines
try { load(“nashorn:mozilla_compat.js”); } catch(e) { }
...
Hi
Still i am facing issue to connect sftp server through script,
can anyone help me out to connect to sftp server through javascript or python.
Thanks in advance
Mahesh
i tried this but still getting error “Reason: _socket.error: [Errno 111] Connection refused in ”
#from com.snaplogic.scripting.language import pysftp
#from import ScriptHook
from ftplib import FTP
from com.snaplogic.scripting.language import ScriptH...