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.
We are moving our ERP to Oracle Cloud and I am trying to connect SnapLogic to an Oracle Cloud ATP (Autonomous Transaction Processing) database.
I’ve been trying to set up an Oracle Thin Account in SnapLogic with the settings for our ATP database but ...
I am trying to convert some Informatica upsert sync tasks to SnapLogic pipelines.
One useful option in Informatica is an ‘Allow Null Updates to Target’ option. That is, when a source field becomes null, it also gets nulled in the target.
How does the...
How can I remove users from an Active Directory group using SnapLogic?
I have been able to add a user with the ‘Active Directory Add Member’ snap, but there doesn’t seem to be a snap to remove a user.
I need a pipeline to wait until a file (named say test.csv) on a network share is picked up and moved/deleted by another process. Then my pipeline can write a new test.csv. The other process might only take a few seconds, or could take up to an hour ...
I’m trying to use the Data Validator snap to validate birthdays in a file.
The birthday (DOB) field is optional - it can be null, but if there is a date it needs to be in the proper format.
I have this regex in my Data Validator, but it is catching n...
I’ve been playing around with this.
The solution seems to be that the Salesforce Upsert snap will NOT push null updates to the target.
However, Salesforce Update will push null updates. So if an external ID is being used to identify a record, use a S...
Hi @mmbabel
Apologies if I am misunderstanding something, but I want to be able to remove a user from a group entirely. Would this snap allow for that?
Figured it out. If anyone else is trying to accomplish the same task, here is my solution:
File Poller monitors the source location (“out” folder). “Only Output on Change” is not enabled.When input is received from File Poller, Directory Browser read...