jcustenborder / kafka-connect-transform-common

Common Transforms for Kafka Connect.
Apache License 2.0
151 stars 56 forks source link

Nested field will not be transform if it nested over 3 layers #105

Open thuybt opened 12 months ago

thuybt commented 12 months ago

Recently I have use this repo to transform some common nested column to normal column but if the nested column is so deep inside (normal is 3 layers) then it cannot perform normally, please help fix.