Single kafka topic to multiple measurement in a single DB

Hi Team,i am able to parse single kafka topic to single measurement in the database but i am not able to get how to parse single kafka topic to multiple measurement.

can anyone give some example on the plugin having single topic will load to multiple measurement.Both comes to same topic.

Example: {“name”:“John”, “age”:31, “city”:“New York”} should go to one measurement
{“empid”:“John”, “sal”:31, “loc”:“New York”,“pin”:“751001”} should go to another measurement.

How can we write the plugin.

Can you please post your inputs.kafka_consumer config in markdown format here:

```toml
put your config snippet here
```

What would be the filter criterion?