Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
ExtractField¶
Description¶
Extract the specified field from a Struct when schema present, or a Map in the case of schemaless data. Any null
values are passed through unmodified.
Use the concrete transformation type designed for the record key (org.apache.kafka.connect.transforms.ExtractField$Key
) or value (org.apache.kafka.connect.transforms.ExtractField$Value
).
You can configure Java streams applications to deserialize and ingest data in multiple ways, including Kafka console producers, JDBC source connectors, and Java client producers. For full code examples, see connect-streams-pipeline.
Properties¶
Name | Description | Type | Default | Valid Values | Importance |
---|---|---|---|---|---|
field |
Field name to extract. | string | medium |