hguerrero opened a new issue #463:
URL: https://github.com/apache/camel-kamelets/issues/463
When using the insert-field-action I want to use a header value like the
timestamp as the value for the newly inserted field.
Example:
```js
{"message":"hola mundo"}
```
I would expect to have something like this:
```yaml
- properties:
field: ts
value: ${timestamp}
ref:
apiVersion: camel.apache.org/v1alpha1
kind: Kamelet
name: insert-field-action
```
producing the following message:
```js
{"message":"hola mundo","ts":1628678472}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]