hello !
i have a postgresql database ,some columns of type is json.
i used input-jdbc plugin to import these datas,but there is a problem,for example:
my json column data:
{"type":"Point","coordinates":[106.1223,29.3467]}
input-jdbc import data:
{"type":"json","value":"{"type":"Point","coordinates":[106.1223,29.3467]}"}
ES can not parse this format,how can i do it?
my english is poor,do you know my means?