Description
To increase general flexibility for all connectors it would be great if it were possible to somehow use the Camel Simple Language (or at least a subset of it).
Reason being: I'm trying to use the sftp-source connector and receive this value in my Kafka Topic: RemoteFile[testfile.txt]
Reading the file works, but in the docs I cannot find a property that allows me to pre-manipulate the data. I'm missing the tools to 'massage' the record/data before it receives my StringConverter (or single message transformer - if used). I'm stuck at this point and imagine many more use-cases that face a similar problem.
This functionality - if possible at all - in combination with the open issue to write Processors would allow for great power.
Apologies if I'm requesting something absurd. I'm coming from the 'Kafka side' and being relatively new to Camel - I see great potential in the camel kafka connector project.