Forum Discussion
pranil2k2
6 years agoContributor
Hi ,
I tried as you said, but it is giving same error as bad request.
My Pipeline is very simple. i am trying to read date column from Oracle table, passing it through mapper, and then using it in Rest Get filter.
- cjhoward186 years agoEmployee
Not sure what your rest endpoint is expecting, but to mimic the same value when hard coding the date you may need the single quotes like this:
“Created gt datetime ‘“ + $CREATED + “‘“
Where you are surrounding the value in $CREATED with single quotes similar to your hard coded string/date example