RedHatInsights / expandjsonsmt

Kafka Connect SMT to expand JSON field
Apache License 2.0
17 stars 18 forks source link

array string in list #16

Open neopk opened 1 year ago

neopk commented 1 year ago

Hello,

When a message contain a list as json, this one is well formatted, here is the result : "contacts": { "array": [ { "name": "Henri Duflot", "email": "henri@duflot.com", "phone": "" } ] },

I would have this result, is there a way to add an option to remove "array" string and obtain it ? "contacts": [ { "name": "Henri Duflot", "email": "henri@duflot.com", "phone": "" } ] ,

Thanks for your answer

rodergas commented 6 months ago

Do we have any updates regarding this?