just-bi / odxl

Open Data Export Layer
Apache License 2.0
13 stars 7 forks source link

Operands of operator "and" at position 46 must have same datatype. Found: boolean, list. #38

Closed success4shambhunath closed 6 years ago

success4shambhunath commented 6 years ago

Hi there, I am using odxl for download and working fine with simple filers condition but when I tried to use e.g filter=startswith(Path,'110'). It's started throwing error. I gone through the code seems code being in place but still getting error, also I would like to use some function SubstringOf, tolower etc. Do I missing something. Would you please help.

Thanks, Shambhu Nath

success4shambhunath commented 6 years ago

I have fixed it.