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.
Developing an integration for a client and they can no longer setup external API authentication using “Basic Auth” which is the only supported auth for this snap pack (https://docs-snaplogic.atlassia...
Hi,
I am in the process of building a custom snap and I am uncertain of how to read a file from the SLDB. The documentation does not provide an example for this. I was able to read a file from the ...
Hello everyone,
I’ve been having a problem which i can’t really pinpoint:
I want to combine two data sets at root level instead of having to put in an intermediate top element.
Here is a workin...
Results of a sort snap (ascending) is a little bit hard to digest. I used a file reader which was reading a single column A (i.e. IDs) and I decided to sort it. The results I get are surprising.
In...
I have a snap, that I have developed, for which I would like to add the “Execute during preview” capability.
Can anyone provide me with java code capable of accomplishing this? I do not need ...
Hi,
I’m not able to access the original document during pagination with the HTTP Client. This worked with the REST Client, but looks like it’s not possible any more.
This is a needed feature when...
Continuing the discussion from Csv file with varying number of columns in each row:
Here is what the file looked like when i started:
EEID|55555|xxxxxxxxx|MICHAEL|C|xxxxx|M|06/21/xxxx
OFFR|5555...
Certain flow snaps like “Filter”, “Head”, “Tail” when used in a complex pipeline doesn’t generate a preview while validating the entire pipeline however these generate a preview if the pipeline is s...
Hello All,
Hi, I have a JSON array and I have to remove the duplicates based on a field and then I want the non duplicate elements in one array and the duplicate values in an another array.
Input...
my csv file has several rows for each person on the file. The specific rows have different number of columns in each row. CSV file reader is having trouble with it. Is this impossible to read for thi...