Resolved! Filter object from array
Hello, I need to filter out an object from the distributionCenterSpecificData array where countryCodes array is empty.input payload:[{ "rpn": "ABCD", "gpn": "G12345", "productName": "CATHETER", "productDesc...
Hello, I need to filter out an object from the distributionCenterSpecificData array where countryCodes array is empty.input payload:[{ "rpn": "ABCD", "gpn": "G12345", "productName": "CATHETER", "productDesc...
After the August 2023 upgrade, our SFTP connections started failing due to the deprecation of some default signature protocols. I believe this happened with the 4.33 GA release. To get around this issue, we updated our snaplex node properties to incl...
I have a requirement need to process 1000k records from sldb(.csv) file and process it parallelly using pipeline execute and push the 1000k records to the target system by preparing CSV file in snap logic and sending that file to the target system.Ch...
Hi all,Can anyone help me to figure out how can I format the data in more structural manner?Input Data:[ { "account_name": "Prajwal", "Name": "Jhonson Inc.", "OwnerId": "0052w00000BUhAGAA1", "StageName": "Negotiation/Review", "CloseDa...
I have a Json Generator snap that contains the following snippet:{ "filterGroups": [ { "filters": [ { "propertyName": "lastmodifieddate", "operator": "GT", "value":"2024-04-18T18:21:27.255Z" } ] } ] } Then I have a mapper extracting the filterGroups ...
I am trying to load a table using the BigQuery Load (Streaming) and I am getting this error message even though the table DOES exist within my defined projectid. What is the number '610395521851' in place of the project id in the error message?:"me...
HiI need to use Oauth2 to authenticate to a REST API - part of the POST request to obtain the token is an Authorization header encoded in Base64 - is it possible to do this with SnapLogic Accounts?I also need to send parameters in a body as part of t...
I am using "SAP S/4HANA Read" snap in my project.I am not clear from given documentation that how this snap works while fetching data from SAP.I have following queries on it:1. How it reads data from SAP, It will fetch all records from SAP side in o...