beam5544
(beam5544)
October 28, 2020, 1:59pm
1
Now, I already have data "reqBody" in String format ... but it look like JSON somehow.
FYI,
{"masterStagingId":"PAYROLL72e6972d84b047af88e62258dbaea998","paymentProductId":"PAYROLL","batchReferenceId":"PAY201028df78fa27a86","scheduleMainId":null,"scheduleDetailId":null,"isLastSchedule":null,"batchStatus":"PROCESSING","isBatchStatusFinal":false,"isDebited":false}
I want to search the data with special charcter (like " : , ) in search bar like this
How can I ?
dosant
(Anton Dosov)
October 30, 2020, 12:19pm
2
Hi @beam5544 ,
You should be able to escape special characters with \
reqBody *\"batchStatus\"\:\"PROCESSING\"*
beam5544
(beam5544)
November 2, 2020, 3:36am
3
Hi @dosant
For your answer below,
Result is this
and this
I swear this have a data during my setting time search.
dosant
(Anton Dosov)
November 2, 2020, 10:46am
4
Just tried without *
and seems to be working:
reqBody: "\"batchStatus\"\:\"PROCESSING\""
1 Like
system
(system)
Closed
November 30, 2020, 10:46am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.