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.
Hello @satishKumar,You can develop and parametrize your own by using the SnapLogic Metadata Snap Pack.Just make sure the user that you are going to use have access to the desired assets.Please let me know if this helps you.Regards,Aleksandar.
Hello @lake,You can iterate through one of the arrays using either map or filter (depends on what you want as an output) and check if the current element is present in the second array.Example input:[
{
"arr1": [
1,
2,
3,
4,
5,
6...
Hello @lake,Attached is the sample pipeline for structuring the data as needed:Split the ndc array.Sort and group by num, lotNum, and expDate.Consolidate serialNumber.Reassemble the ndc array. Let me know if you have any questions.Best regards,Aleksa...