samer1977

Results 16 issues of samer1977

Hi Guys, I know this is all about OData but I search the whole internet and could not find my answer. Its really simple , I just need to get...

question

### What type of issue is this? Question ### What SharePoint development model, framework, SDK or API is this about? SharePoint REST API ### Target SharePoint environment SharePoint Online ###...

area:csom/rest/api

Hi, Sometimes I find myself traversing different level arrays where Im interested at certain array level data. let's say we have the following json: ``` { "root": [ { "batch_0":...

Hi, I noticed the flatten-objects function [here](https://github.com/schibsted/jslt/blob/master/examples/flatten.jslt) doesnt flatten nested arrays. I understand that flattening can have different meaning & expectations depending on each use case but my expectation when...

Hi, I apologize if I'm coming across as obsessive or OCD because I have been submitting a lot of issues since starting the journey of learning jslt. I guess the...

enhancement

Hi, I came across an interesting [case](https://stackoverflow.com/questions/78123690/find-deepest-level-in-different-jsons/78540954#78540954) . The question is posted under jolt tag. I tried to solve it from both perspective. I hope I was successful. Which brought...

Hi, First thanks for providing a way to test jslt using the demo (https://www.garshol.priv.no/jslt-demo ), Couple of things that can be an improvement: 1- Adding line number (as in [this](https://jolt-demo.appspot.com))...

enhancement

Hi, Sorry maybe my brain still thinks the other way but how would you solve this problem: https://github.com/bazaarvoice/jolt/issues/700 I cant think of a way without having to create custom recursive...

enhancement

no doubt having the regex replace is very powerful but sometimes you want to do simple a literal string replace.Where I encountered a problem is when I wanted to replace...

Hi, Im coming from jolt background and now finding myself to learn jslt because apache nifi introduced new json transformation using jslt and I'm interested in learning to see if...