samer1977

Results 13 comments of samer1977

@VesaJuvonen , Any update on this ? please let me know

Did this ever get fixed ? If not ADS is a looser to me (👎 )

I just ran into another [case ](https://stackoverflow.com/questions/78725212/jolt-spec-to-perform-group-by-id-and-condition-check-on-nested-json/78727240#78727240) where group by was helpful ( see my answer ) and saved a lot of lines vs what is presented using jolt. Seriously...

Hi , I found a bug. if the python processor file name is less in the ASCII order than META-INF & the NAR-INF while trying to follow the structure: ```...

what Im looking for is similar to charindex function in sql, you pass string input and search char\chars and it will give the index of the first occurance

I asked this question above but no answer which Im not sure why. If you come from Jolt background you have used this function and though it doenst work perfectly...

Can you please give an example for the simplification. Im not sure what you mean by if and test. Thanks

Sorry I still dont get it. I thought Im using if statement with For loop and I thought this is the clean way per documentation. I know what if statement...

string replace? that looks scary from performance perspective but I guess I need to do some testing and find out

OK, I was trying to solve the problem here: https://github.com/schibsted/jslt/issues/342 using recursive function call as such: ``` def capture-many(json,regex,key) let c = capture($json, $regex) let res = if($c =={}) []...