Basically looking to parameterize the selected groovy transformation file based on message characteristics...
Something like this:
stream create --name DynamicTestStream --definition "http | transform --script='file:/tmp/groovy/#jsonPath(payload,'$.SELECTOR')/transform.groovy' | log"
This errors out as the script is not running through an evaluation step.
Any suggestions?
Thanks, Mark