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.
Hi, I have configured a pipeline to trigger another pipeline via triggered task. The first pipeline triggers the second one by calling a triggered task’s secured REST URL, using the REST GET snap. I have tested the REST authentication for this purpos...
Hi, I am designing a pipeline that needs to execute another pipeline upon it’s completion.
My original intention was to use the “Pipeline Execute” snap, but this snap has a limitation wherein, it cannot execute pipelines that are stored inside anothe...
Hi,
I’m trying to parse an excel file with the “Excel Parser” snap and I’m getting the following error:
Zip bomb detected! The file would exceed the max. ratio of compressed file size to the size of the expanded data.
This may indicate that the file...
Hi, I would like to have the ability to create, update, delete Snaplogic scheduled tasks via REST API from a web application.
I understand that the [Snaplogic Metadata] snap pack only allows the creation of triggered tasks?
Can Snaplogic facilitate t...
Hi, I am trying to parse a CSV that is auto-generated by a legacy system. The CSV has no headers.
The problem is, the system conditionally adds columns to individual records. So, the CSV sometimes has records with more columns than others. This cause...
Hi @bojanvelevski
Thanks for your response. I have added the new service account to the Permissions List of the desired project and it is now able to call triggered tasks within it.
After being provided with a copy of the excel file, I have found that it contained 16376 empty columns. Although the file itself was relatively small, I suppose that this amount of columns is just too much to be parsed by Snapogic.
The file was parse...
Thanks for your response @bojanvelevski.
I am trying to test and understand this sample pipeline. Can you kindly give me a high-level explanation of it? I don’t recognize the code in the mapper snap and its doing a lot as seen in the below pipeline s...
Thanks everyone for your help. @bojanvelevski 's solution works. The issue I was facing was that the join was failing due to the ID’s in both files not matching.
The output document’s ID’s, derived from the CSV files were encapsulated with quotes (")...