I user this plugin to sync mysql to elasticsearch,but I have some problems。
For example:my field is topics。
mysql format: topics:["girl","beatiful"]
es: topics: "["girl","beatiful"]",this is a string。
but I want is: ["girl","beatiful"],this is a array
I user this plugin to sync mysql to elasticsearch,but I have some problems。 For example:my field is topics。 mysql format: topics:["girl","beatiful"] es: topics: "["girl","beatiful"]",this is a string。
but I want is: ["girl","beatiful"],this is a array
please,how to do it?