ExtractNestedField¶
com.github.jcustenborder.kafka.connect.transform.common.ExtractNestedField$Key
com.github.jcustenborder.kafka.connect.transform.common.ExtractNestedField$Value
Configuration¶
General¶
input.inner.field.name¶
The field on the child struct containing the field to be extracted. For example if you wanted the extract address.state you would use state.
Importance: HIGH
Type: STRING
input.outer.field.name¶
The field on the parent struct containing the child struct. For example if you wanted the extract address.state you would use address.
Importance: HIGH
Type: STRING