User Activity

is there a way to perform a bulk insert operation to insert data into MS SQL? currently we have a pipeline that has about 3.5M records / documents. It takes a long time to insert all of these into SQL using the execute snap b/c I believe its performi...
I have a need to create a single list from multiple documents. Here is an example of some JSON: [ { color: “test1”, value: “111” }, { color: “test2”, value: “222” }, { color: “test3”, value: “333” }, { color: “test4”, value: “444” }, { color: “test5”...
i have unique emails on the left side of the join for emails that have previously bounced from a mailing list. i have contacts from our CRM on the right side of the join and in some cases we have duplicates of the same email (they are valid duplicate...
Hello. say i have the following JSON: how can i remove one of the attributes / columns? Let’s say in the top left from the image above I want to remove the OwnerEmail value from that array… how could i do that in snaplogic? i’ve tried remapping but ...
i’ve seen this before just cannot remember the syntax. how can i do an IF within a mapper? i want to say that if the $inventory != 0 then perform $period_revenue / $inventory = $price_per_unit other wise price_per_unit = 0 i’ve seen something like a ...
Kudos from
Kudos given to