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.
is there any way we can identify the data pattern using ML snap pack.
eg:
cloumn A
12
13.89
34.789
56.56789
in out put pattern will be
99
99.99
99.999
99.99999
I think Snaplogic is not registered as trusted app in mailjet.
you can check the below link though it’s for gmail, but will help to understand the issue.
support.google.com
Less secure apps & your Google Account - Google Accou...
You need to break down the pipeline in two segment.
parent pipeline will read/generate list of URLs and use pipeline execute snap to call child pipeline.Child pipeline will contain the directory browser snap and you need to use pipeline parameter to ...
I think your requirement is to trigger the a pipeline when ever there is a change in record in source table.
For that you have to create pipeline to save the current count in SLDB and compare the count of record in current execution. This pipeline t...