User Activity

we have the number of rows divided by 1 min each “2023-04-01 12:00:00 UTC” “2023-04-01 12:01:00 UTC” “2023-04-01 12:02:00 UTC” “2023-04-01 12:03:00 UTC” “2023-04-01 12:04:00 UTC” “2023-04-01 12:05:00 UTC” “2023-04-01 12:06:00 UTC” “2023-04-01 12:07:...
Convert this accountIdregionreporttypecount1APACL1 Feedback Report21APACL2 Feedback Report22APACL1 Feedback Report62APACL2 Feedback Report43APACL1 Feedback Report173APACL2 Feedback Report43EUL3 Feedback Report3 to below one accountIdRegionL1 Feedba...
Can we read the pdf file and convert it into excel or any other readable format in Snaplogic?
I am trying to parse the below JSON in the JSON generator snap but getting the error. Error: Expecting array for JSON-Path array index, found: Map Payload : [ { “AccountId”: “9999”, “FeatureName”: "test json -->>"$[0].UserIds[0]" test end " } ] I...
How can we get the max element of the array with its corresponding index? Ex : “somefield” : [1,2,2,2,2,1,1,1,1] Max element is 2 and indexes are 1,2,3,4