Hi George,

Could the following tutorial help you?
https://kafka-tutorials.confluent.io/transform-a-stream-of-events/kstreams.html

Best,
Bruno

On Fri, Jan 17, 2020 at 7:48 AM George <george...@gmail.com> wrote:
>
> I have a topic with message as per:
>
> {'file_name'   : filename,
> 'line_number'  : src_line_number,
> 'section'      : vTag,
> 'line_data'    : line_data
> }
>
>
> I want to unpack line_data into multiple columns based on position.
>
> Can I do this via stream processing. the output will go onto a new
> topic/stream.
>
> G
>
> --
> You have the obligation to inform one honestly of the risk, and as a person
> you are committed to educate yourself to the total risk in any activity!
>
> Once informed & totally aware of the risk,
> every fool has the right to kill or injure themselves as they see fit!

Reply via email to