spring-cloud-dataflow-ui icon indicating copy to clipboard operation
spring-cloud-dataflow-ui copied to clipboard

Creating stream with jsonPath leads to stream validation error

Open ilayaperumalg opened this issue 5 years ago • 0 comments

I have the following stream in the stream creation page:

http --server.port=9000 | transform --expression=#jsonPath(payload, '$.name') | log

and this leads to TokenizationError: Unexpected character around the expression field.

While we can add a quote around the expression value, the backend would fail if the value of the expression is quoted.

ilayaperumalg avatar Jul 23 '20 05:07 ilayaperumalg