bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.53k stars 328 forks source link

Filter string contains # using jolt json transformation #1217

Open Ramoya12 opened 10 months ago

Ramoya12 commented 10 months ago

Hai @milosimpson I am checking if the string contains # Input json {"input":"this is #"} Spec:[{ "operation": "shift", "spec": { "input": { "this is #": { "@(1,input)": "contains#" } I am getting error like LHS # should start with a #