How do I configure OGG4BD to send nested table structures to Kafka connect
We are using OGG4BD to send data to Kafka connect. Which is working successfully with tables and columns.
Within a record we want to send repeating data as a nested table structure. In the example below each vessel will have a number of port visits. with a number of data columns. We were thinking of of using the JSON array functionality to build up the port visit structed and store that in a varchar2(4000) column. How do we configure OGG4BD for kafka to see the contents of the column as a data structure. or is there a better way of doing it.