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 , Our snaplogic nodes are not load balanced currently. Snaplogic tied all of our production triggered task to one node. even though we have more than one node in production. If that nodes goes down or decommissioned for some reason, could we c...
I want to validate the incoming data which will be in CSV format. I have Target table defined for each file. Now I want to develop a common pipeline which should validate the data based on the rule for each file.
Validation Rules - Not null, length a...
it wasn’t a straight forward solution. we developed a custom javascript function that read input data,rules and validate them and add a json output for every row in case of any error. Javascript function is generic for all data type, nullable and not...
try to convert number input stream to string before the join snap using a mapper, sort the both the input and then use the join. it should resolve the issue.
the way we developed, we don’t need to make changes to the snaplogic pipeline if we want to validate different set of files. it could be new set of validation or few new column validation to the same set of files. all we need to do is add validation...
Looks like snaplogic released a patch 3 version a week before the deadline to upgrade the nodes. I would expect snaplogic to send a communication ahead of time(few days) like major release notification. Based on the email from Snaplogic patch3 versio...
yes, we stored our validation rules in some tables/files then used script snap to validate the data against the rule. There is no straight option available within snaplogic for dynamic data validation.