Pidgin icon indicating copy to clipboard operation
Pidgin copied to clipboard

[Question] Parsing Odata filter

Open alberk8 opened this issue 5 months ago • 0 comments

I have data coming from a Odata filter that I would like to parse. I could not find out how about to start. I would be a great help if someone can get me started. The filter string is as below. Thank you

$filter=startDateTime eq 1725120000 and endDateTime eq 1727711999 and (substringof('m0001',cast(userID, 'Edm.String'))) or (substringof('m0001',cast(sesID, 'Edm.String'))) or (substringof('m0001',cast(custID, 'Edm.String')))

alberk8 avatar Sep 09 '24 09:09 alberk8