Skip to content

Commit

Permalink
Extract Field Action: Add the possibility of setting the header name …
Browse files Browse the repository at this point in the history
…in case of headerOutput is true
  • Loading branch information
oscerd committed Jan 10, 2022
1 parent 9b3109c commit ba03d9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion kamelets/extract-field-action.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ spec:
The optional parameter headerOutput allows the user to specify wheter the extracted field should be stored in a message header named 'CamelKameletsExtractFieldName', leaving the message body untouched.
The headerOutput is particulary useful in case you would like to reuse an extracted field as parameters for another header, for example.
The optional parameter headerOutputName allows the user to specify a custom header name instead of the default 'CamelKameletsExtractFieldName'. This parameter must be used in conjunction with headerOutput.
If no headerOutputName parameter will be provided, the default 'CamelKameletsExtractFieldName' will be used.
The headerOutput/headerOutputName parameters are particulary useful in case you would like to reuse an extracted field as parameter for another header, for example.
required:
- field
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ spec:
The optional parameter headerOutput allows the user to specify wheter the extracted field should be stored in a message header named 'CamelKameletsExtractFieldName', leaving the message body untouched.
The headerOutput is particulary useful in case you would like to reuse an extracted field as parameters for another header, for example.
The optional parameter headerOutputName allows the user to specify a custom header name instead of the default 'CamelKameletsExtractFieldName'. This parameter must be used in conjunction with headerOutput.
If no headerOutputName parameter will be provided, the default 'CamelKameletsExtractFieldName' will be used.
The headerOutput/headerOutputName parameters are particulary useful in case you would like to reuse an extracted field as parameter for another header, for example.
required:
- field
properties:
Expand Down

0 comments on commit ba03d9f

Please sign in to comment.