User Activity

Hi All, I need to access box using API’s with service account. I am stucked at JWT Authentication in Snaplogic. Anyone have any idea how can I authenticate using JWT config file. Box Reference : https://developer.box.com/docs/construct-jwt-claim-manu...
Hi, I want to generate dynamically n records, based on column value. Lets say based Number_Streams , I want to create n records having same values for other columns, except the name. In name column I want to append alphabets dynamically. Sample Input...
Hi All, I am using Date.UTC() method to generate last month date & using below syntax which seems to be fine. Date.UTC(Date.now().minusMonths(1).getFullYear(),Date.now().minusMonths(1).getMonth(),0) And output preview is also fine. But while I am ...
How can i Split string( UTF-8) on the basis of bytes length and not on the basis of character counts. e.g String > 4000 bytes then split the string into multiple columns each not more than 4000 bytes. Like, if string1 ~ 10,000 bytes then, first 4000 ...
Hi, I am not able to do easy transpose. I tried many snaps nut not able to solve this. Please help to transpose column into row